diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-01-06 03:22:19 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-01-06 03:22:19 +0000 |
commit | 1fffa01407fddb0166594d1bde4600cd6fa48900 (patch) | |
tree | 0fe338246d7c7ff3fa385b99902cc21e8d8f98b7 /include/link.h | |
parent | b8fce912b9167c3513c2fcd853b45d58501c0837 (diff) |
Merge from NPTL branch.
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 dc6502476..1dd1c4c46 100644 --- a/include/link.h +++ b/include/link.h @@ -25,7 +25,7 @@ #include <elf.h> #include <dlfcn.h> #include <sys/types.h> -#ifdef _LIBC +#if defined _LIBC && defined __UCLIBC_HAS_THREADS_NATIVE__ #include <tls.h> #endif |