]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/tst-tlsmod16a.c
Update copyright dates not handled by scripts/update-copyrights.
[thirdparty/glibc.git] / elf / tst-tlsmod16a.c
index 847c8090f5d302e7d7b4ab75c05b647db95a2754..4ec6a6c37d07be286539431d7eddda5d9b740810 100644 (file)
@@ -1,7 +1 @@
-#include <tls.h>
-
-#if defined HAVE___THREAD && defined HAVE_TLS_MODEL_ATTRIBUTE
 int __thread tlsvar;
-#else
-int tlsvar;
-#endif