use __h_errno_location for h_errno
authorRich Felker <dalias@aerifal.cx>
Sun, 13 May 2012 03:45:07 +0000 (23:45 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 13 May 2012 03:45:07 +0000 (23:45 -0400)
commite68c51ac46a9f273927aef8dcebc89912ab19ece
tree908d275523ca6e4a336769a3a5fc4d12ff788df6
parent3777f5b90d25b2cafc5fd7be57580f1925fb5515
use __h_errno_location for h_errno

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.
include/netdb.h
src/network/h_errno.c
src/network/res_query.c