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 1f0aea0be..882c4e9ae 100644 --- a/include/resolv.h +++ b/include/resolv.h @@ -389,7 +389,7 @@ __END_DECLS #endif /* _RESOLV_H_ */ -#if defined(__PTHREADS_NATIVE__) && defined(IS_IN_libpthread) +#if defined(__UCLIBC_HAS_THREADS_NATIVE__) && defined(IS_IN_libpthread) # include <tls.h> # undef _res # define _res (*__resp) |
