]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/tst-tlsmod13a.c
test-container: Fix "unused code" warnings on HURD
[thirdparty/glibc.git] / elf / tst-tlsmod13a.c
index 70a02131ee85d8bb44605596e0eb9868fe7a89b2..ca4eaccbff1179947735a95d1a22267432d5f4ac 100644 (file)
@@ -1,10 +1,4 @@
-#include <tls.h>
-
-#if defined HAVE___THREAD && defined HAVE_TLS_MODEL_ATTRIBUTE
 __thread int b[2] __attribute__ ((tls_model ("initial-exec")));
-#else
-int b[2];
-#endif
 
 extern int foo (void);