summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2006-01-06 02:41:40 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2006-01-06 02:41:40 +0000
commit82efaae8d784674285fac6fcfcd4460a1901865d (patch)
treea6ea97d989707ffca53313e4c70a6cdeac867964 /include
parent6bf7015ae79a6c479566176c07035206673351d1 (diff)
Merge from NPTL branch.
Diffstat (limited to 'include')
-rw-r--r--include/libc-internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libc-internal.h b/include/libc-internal.h
index 6cd4feb53..b07965f33 100644
--- a/include/libc-internal.h
+++ b/include/libc-internal.h
@@ -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>