summaryrefslogtreecommitdiffstats
path: root/include/link.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/link.h')
-rw-r--r--include/link.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/link.h b/include/link.h
index a1e14e729..31b72e652 100644
--- a/include/link.h
+++ b/include/link.h
@@ -25,10 +25,7 @@
#include <elf.h>
#include <dlfcn.h>
#include <sys/types.h>
-/* Defines USE_TLS */
-#if defined(IS_IN_libpthread) || defined(IS_IN_rtld)
#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'. */