diff options
Diffstat (limited to 'elf/tst-tlsmod6.c')
-rw-r--r-- | elf/tst-tlsmod6.c | 4 |
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; |