svn commit: branches/uClibc-nptl/include

sjhill at uclibc.org sjhill at uclibc.org
Fri Dec 2 02:25:41 UTC 2005


Author: sjhill
Date: 2005-12-01 18:25:40 -0800 (Thu, 01 Dec 2005)
New Revision: 12634

Log:
The headers 'tls.h' does not get used outside of uClibc.


Modified:
   branches/uClibc-nptl/include/link.h


Changeset:
Modified: branches/uClibc-nptl/include/link.h
===================================================================
--- branches/uClibc-nptl/include/link.h	2005-12-02 02:14:23 UTC (rev 12633)
+++ branches/uClibc-nptl/include/link.h	2005-12-02 02:25:40 UTC (rev 12634)
@@ -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'.  */




More information about the uClibc-cvs mailing list