diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2009-09-19 09:54:20 -0700 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-09-26 09:26:28 -0700 |
commit | d21497f9fba95688e464ae712bd6b4c0fbc4ea13 (patch) | |
tree | c6fb7dbd153266214843d5057672b49a22fc10d2 /include/link.h | |
parent | 18cc8e0e459edf5391016ef76a4ff3108981d86a (diff) |
include/: add tls errno and res_state
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'include/link.h')
-rw-r--r-- | include/link.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/link.h b/include/link.h index 6ce15df5f..ec863c989 100644 --- a/include/link.h +++ b/include/link.h @@ -27,7 +27,7 @@ #include <dlfcn.h> #endif #include <sys/types.h> -#if defined _LIBC && defined __UCLIBC_HAS_THREADS_NATIVE__ +#if defined _LIBC && defined __UCLIBC_HAS_TLS__ #include <tls.h> #endif |