diff options
Diffstat (limited to 'libc/inet/resolv.c')
| -rw-r--r-- | libc/inet/resolv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/resolv.c b/libc/inet/resolv.c index bb188b959..0c73fcab3 100644 --- a/libc/inet/resolv.c +++ b/libc/inet/resolv.c @@ -1104,7 +1104,7 @@ struct __res_state * weak_const_function __res_state (void) return &_res; } -#ifdef __PTHREADS_NATIVE__ +#ifdef __UCLIBC_HAS_THREADS_NATIVE__ #include <tls.h> __thread struct __res_state *__resp = &_res; #endif |
