diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-09-24 16:37:17 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-09-24 16:37:17 +0000 |
| commit | f06723b9c4457061dcedb271a83b9ea541920a72 (patch) | |
| tree | 526e86476ac2eb4378bf28b641e0fb382ed1f2fd /libc/inet/resolv.c | |
| parent | dd4c03d796f73e008d93ade62655deb70aaaf34a (diff) | |
| download | uClibc-alpine-f06723b9c4457061dcedb271a83b9ea541920a72.tar.bz2 uClibc-alpine-f06723b9c4457061dcedb271a83b9ea541920a72.tar.xz | |
Rename option PTHREADS_NATIVE to be UCLIBC_HAS_THREADS_NATIVE instead. What a stupid name to start with. What idiot thought of that?
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 |
