summaryrefslogtreecommitdiff
path: root/src/network/res_query.c
AgeCommit message (Collapse)AuthorFilesLines
2012-05-12use __h_errno_location for h_errnoRich Felker1-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.
2011-06-30res_search symbol, aliased to res_query for now (better than nothing)Rich Felker1-0/+3
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+20