summaryrefslogtreecommitdiff
path: root/elf/tst-tlsmod13.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/tst-tlsmod13.c')
-rw-r--r--elf/tst-tlsmod13.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/elf/tst-tlsmod13.c b/elf/tst-tlsmod13.c
index e4e23af2d8..beca89f6fe 100644
--- a/elf/tst-tlsmod13.c
+++ b/elf/tst-tlsmod13.c
@@ -1,6 +1,7 @@
#include <tls.h>
-#if defined HAVE___THREAD && defined HAVE_TLS_MODEL_ATTRIBUTE
+#if defined USE_TLS && defined HAVE___THREAD \
+ && defined HAVE_TLS_MODEL_ATTRIBUTE
__thread int a[2] __attribute__ ((tls_model ("initial-exec")));
#else
int a[2];