summaryrefslogtreecommitdiff
path: root/include/netdb.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker1-5/+2
2012-11-01avoid breakage if somebody wrongly defines empty feature test macrosRich Felker1-2/+2
2012-09-07default features: make musl usable without feature test macrosRich Felker1-5/+1
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker1-2/+8
2012-08-15improve headers to better deal with removed-in-posix-2008 featuresRich Felker1-11/+16
2012-05-22support _BSD_SOURCE feature test macroRich Felker1-2/+2
2012-05-12use __h_errno_location for h_errnoRich Felker1-1/+5
2012-05-12susv4 removed gethostbyname, etc. legacy cruft.Rich Felker1-9/+7
2012-05-12namespace cleanup - NI_* is NOT reserved by netdb.hRich Felker1-3/+2
2012-05-12some gnu junk in netdb.hRich Felker1-0/+8
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+148