about summary refs log tree commit diff
path: root/src/network/res_query.c
Commit message (Collapse)AuthorAgeFilesLines
* use __h_errno_location for h_errnoRich Felker2012-05-121-0/+1
| | | | | | 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.
* res_search symbol, aliased to res_query for now (better than nothing)Rich Felker2011-06-301-0/+3
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+20