diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-12-13 04:53:11 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-12-13 04:53:11 +0000 |
commit | fa8ac29c04d13d81d75fb53595f39e37e8153eaa (patch) | |
tree | 92db7790e93a9b1b19c68461466e8087de6d84db /libc/inet/resolv.c | |
parent | 19609e90b02cd799cb99b7b03c11994e233b1875 (diff) | |
download | uClibc-alpine-fa8ac29c04d13d81d75fb53595f39e37e8153eaa.tar.bz2 uClibc-alpine-fa8ac29c04d13d81d75fb53595f39e37e8153eaa.tar.xz |
Clean-up definition and usage of h_errno to be a TLS variable.
Diffstat (limited to 'libc/inet/resolv.c')
-rw-r--r-- | libc/inet/resolv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/inet/resolv.c b/libc/inet/resolv.c index 4bfec0a50..c2df49224 100644 --- a/libc/inet/resolv.c +++ b/libc/inet/resolv.c @@ -1145,7 +1145,6 @@ struct __res_state * weak_const_function __res_state (void) } #ifdef __UCLIBC_HAS_THREADS_NATIVE__ -#include <tls.h> __thread struct __res_state *__resp = &_res; #endif |