summaryrefslogtreecommitdiffstats
path: root/include/ifaddrs.h
Commit message (Collapse)AuthorAgeFilesLines
* Move ifaddrs.h from uClibc-internal location libc/inet/ to include/, and makeRicard Wanderlof2008-08-281-0/+74
| | | | | it conditionally included among the installed header files depending on UCLIBC_HAS_AI_ADDRCONFIG.
* Removed include/ifaddrs.h and put contents in libc/inet/ifaddrs.h, as we do notRicard Wanderlof2008-06-271-19/+0
| | | | need the file outside of uClibc anyway.
* Added support for the AI_ADDRCONFIG flag in the hints->ai_flags parameter to ↵Ricard Wanderlof2008-06-271-0/+19
getaddrinfo(3).