diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-10-18 19:45:36 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-10-18 19:45:36 +0530 |
commit | c7738d0822fd34e95ebf01ce8fa8ea397bc4843d (patch) | |
tree | 11db09ca073228a43ac4faeb649f6bd577c68909 /elf/tst-tlsmod13a.c | |
parent | 0bfcf2c73cf6a68be978e66248cec5c4c03f07fa (diff) | |
download | glibc-c7738d0822fd34e95ebf01ce8fa8ea397bc4843d.zip glibc-c7738d0822fd34e95ebf01ce8fa8ea397bc4843d.tar.gz glibc-c7738d0822fd34e95ebf01ce8fa8ea397bc4843d.tar.bz2 |
Don't include tls.h in test cases
Remove tls.h includes where they are not needed.
Diffstat (limited to 'elf/tst-tlsmod13a.c')
-rw-r--r-- | elf/tst-tlsmod13a.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/elf/tst-tlsmod13a.c b/elf/tst-tlsmod13a.c index d5515d4..ca4eacc 100644 --- a/elf/tst-tlsmod13a.c +++ b/elf/tst-tlsmod13a.c @@ -1,5 +1,3 @@ -#include <tls.h> - __thread int b[2] __attribute__ ((tls_model ("initial-exec"))); extern int foo (void); |