diff options
Diffstat (limited to 'include/netdb.h')
-rw-r--r-- | include/netdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netdb.h b/include/netdb.h index d58fe5beda..423d5b496d 100644 --- a/include/netdb.h +++ b/include/netdb.h @@ -4,7 +4,7 @@ /* Macros for accessing h_errno from inside libc. */ # ifdef _LIBC_REENTRANT # include <tls.h> -# if USE_TLS && HAVE___THREAD +# if USE___THREAD # undef h_errno # define h_errno h_errno /* For #ifndef h_errno tests. */ extern __thread int h_errno; |