about summary refs log tree commit diff
path: root/src/network/h_errno.c
Commit message (Collapse)AuthorAgeFilesLines
* fix misplaced semicolon in preprocessor directive (#undef h_errno)Rich Felker2012-05-161-1/+1
|
* use __h_errno_location for h_errnoRich Felker2012-05-121-0/+8
| | | | | | 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.
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+1