Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support _BSD_SOURCE feature test macro | Rich Felker | 2012-05-22 | 1 | -2/+2 |
| | | | | | patch by Isaac Dunham. matched closely (maybe not exact) to glibc's idea of what _BSD_SOURCE should make visible. | ||||
* | use __h_errno_location for h_errno | Rich Felker | 2012-05-12 | 1 | -1/+5 |
| | | | | | | we do not bother making h_errno thread-local since the only interfaces that use it are inherently non-thread-safe. but still use the potentially-thread-local ABI to access it just to avoid lock-in. | ||||
* | susv4 removed gethostbyname, etc. legacy cruft. | Rich Felker | 2012-05-12 | 1 | -9/+7 |
| | |||||
* | namespace cleanup - NI_* is NOT reserved by netdb.h | Rich Felker | 2012-05-12 | 1 | -3/+2 |
| | |||||
* | some gnu junk in netdb.h | Rich Felker | 2012-05-12 | 1 | -0/+8 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+148 |