summaryrefslogtreecommitdiff
path: root/elf/tst-tlsmod6.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/tst-tlsmod6.c')
-rw-r--r--elf/tst-tlsmod6.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/elf/tst-tlsmod6.c b/elf/tst-tlsmod6.c
index e968596dd4..7b3571f428 100644
--- a/elf/tst-tlsmod6.c
+++ b/elf/tst-tlsmod6.c
@@ -1,3 +1 @@
-#include "tls-macros.h"
-
-COMMON_INT_DEF(bar);
+__thread int bar;