]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/tst-tlsmod13.c
Cleanup of configuration options
[thirdparty/glibc.git] / elf / tst-tlsmod13.c
index e4e23af2d851aa038924969e907eabea5d427d33..76da630a05e408680fb76acc5a5a9b95c542aa0e 100644 (file)
@@ -1,10 +1,6 @@
 #include <tls.h>
 
-#if defined HAVE___THREAD && defined HAVE_TLS_MODEL_ATTRIBUTE
 __thread int a[2] __attribute__ ((tls_model ("initial-exec")));
-#else
-int a[2];
-#endif
 
 int
 foo (void)