summaryrefslogtreecommitdiff
path: root/src/network/gethostbyname2.c
AgeCommit message (Collapse)AuthorLines
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-2/+0
2013-02-02dynamically allocate storage for gethostby* buffersRich Felker-5/+16
this change shaves ~1k off libc.so bss size, and also avoids hard errors in the case where the static buffer was not large enough to hold the result. this whole framework is really ugly and might should be replaced or at least heavily overhauled when some changes/factorizations are made to getaddrinfo internals in the future.
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+16