summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-12-02 02:25:40 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-12-02 02:25:40 +0000
commit03d203cada092d9500495893aea430b1ad246de4 (patch)
tree215de98b61cbeb85153070d9fd7248b8e302ebdb
parenta030cdae00444c7220aa79c652a83092ba182626 (diff)
downloaduClibc-alpine-03d203cada092d9500495893aea430b1ad246de4.tar.bz2
uClibc-alpine-03d203cada092d9500495893aea430b1ad246de4.tar.xz
The headers 'tls.h' does not get used outside of uClibc.
-rw-r--r--include/link.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/link.h b/include/link.h
index 31b72e652..dc6502476 100644
--- a/include/link.h
+++ b/include/link.h
@@ -25,7 +25,9 @@
#include <elf.h>
#include <dlfcn.h>
#include <sys/types.h>
+#ifdef _LIBC
#include <tls.h>
+#endif
/* We use this macro to refer to ELF types independent of the native wordsize.
`ElfW(TYPE)' is used in place of `Elf32_TYPE' or `Elf64_TYPE'. */