svn commit: trunk/uClibc/include

sjhill at uclibc.org sjhill at uclibc.org
Fri Jan 6 02:41:41 UTC 2006


Author: sjhill
Date: 2006-01-05 18:41:40 -0800 (Thu, 05 Jan 2006)
New Revision: 13114

Log:
Merge from NPTL branch.


Modified:
   trunk/uClibc/include/libc-internal.h


Changeset:
Modified: trunk/uClibc/include/libc-internal.h
===================================================================
--- trunk/uClibc/include/libc-internal.h	2006-01-06 02:40:37 UTC (rev 13113)
+++ trunk/uClibc/include/libc-internal.h	2006-01-06 02:41:40 UTC (rev 13114)
@@ -174,6 +174,10 @@
 # define attribute_noreturn
 #endif
 
+#ifdef __UCLIBC_HAS_THREADS_NATIVE__
+# define attribute_tls_model_ie __attribute__ ((tls_model ("initial-exec")))
+#endif
+
 /* Pull in things like __attribute_used__ */
 #include <sys/cdefs.h>
 




More information about the uClibc-cvs mailing list