diff options
Diffstat (limited to 'elf/tst-tlsmod13.c')
-rw-r--r-- | elf/tst-tlsmod13.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/elf/tst-tlsmod13.c b/elf/tst-tlsmod13.c index 76da630a05..7712d8b8c8 100644 --- a/elf/tst-tlsmod13.c +++ b/elf/tst-tlsmod13.c @@ -1,5 +1,3 @@ -#include <tls.h> - __thread int a[2] __attribute__ ((tls_model ("initial-exec"))); int |