about summary refs log tree commit diff
path: root/REORG.TODO/nptl/tst-tls5modd.c
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/nptl/tst-tls5modd.c')
-rw-r--r--REORG.TODO/nptl/tst-tls5modd.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/REORG.TODO/nptl/tst-tls5modd.c b/REORG.TODO/nptl/tst-tls5modd.c
new file mode 100644
index 0000000000..202a66a15a
--- /dev/null
+++ b/REORG.TODO/nptl/tst-tls5modd.c
@@ -0,0 +1,6 @@
+#include <tst-tls5.h>
+
+#ifdef TLS_REGISTER
+static __thread int d;
+TLS_REGISTER (d)
+#endif