summaryrefslogtreecommitdiff
path: root/elf/tst-tlsmod13.c
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-10-18 19:45:36 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-10-18 19:45:36 +0530
commitc7738d0822fd34e95ebf01ce8fa8ea397bc4843d (patch)
tree11db09ca073228a43ac4faeb649f6bd577c68909 /elf/tst-tlsmod13.c
parent0bfcf2c73cf6a68be978e66248cec5c4c03f07fa (diff)
Don't include tls.h in test cases
Remove tls.h includes where they are not needed.
Diffstat (limited to 'elf/tst-tlsmod13.c')
-rw-r--r--elf/tst-tlsmod13.c2
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