diff options
Diffstat (limited to 'include/libc-internal.h')
| -rw-r--r-- | include/libc-internal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libc-internal.h b/include/libc-internal.h index 03f17dd43..742622e13 100644 --- a/include/libc-internal.h +++ b/include/libc-internal.h @@ -126,6 +126,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> |
