diff options
Diffstat (limited to 'test/nptl/tst-tls5modd.c')
-rw-r--r-- | test/nptl/tst-tls5modd.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/nptl/tst-tls5modd.c b/test/nptl/tst-tls5modd.c deleted file mode 100644 index 8b54d168c..000000000 --- a/test/nptl/tst-tls5modd.c +++ /dev/null @@ -1,6 +0,0 @@ -#include "tst-tls5.h" - -#ifdef TLS_REGISTER -static __thread int d; -TLS_REGISTER (d) -#endif |