diff options
Diffstat (limited to 'include/resolv.h')
-rw-r--r-- | include/resolv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/resolv.h b/include/resolv.h index b9ed35e977..2a4037c9c3 100644 --- a/include/resolv.h +++ b/include/resolv.h @@ -14,7 +14,7 @@ # ifdef _LIBC_REENTRANT # include <tls.h> -# if USE_TLS && HAVE___THREAD +# if USE___THREAD # undef _res extern __thread struct __res_state _res; # endif |