about summary refs log tree commit diff
path: root/elf/tst-tlsmod5.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/tst-tlsmod5.c')
-rw-r--r--elf/tst-tlsmod5.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/elf/tst-tlsmod5.c b/elf/tst-tlsmod5.c
index a97c7e5e0c..3f39c5bdb7 100644
--- a/elf/tst-tlsmod5.c
+++ b/elf/tst-tlsmod5.c
@@ -1,3 +1 @@
-#include "tls-macros.h"
-
-COMMON_INT_DEF(foo);
+__thread int foo;