summaryrefslogtreecommitdiff
path: root/nptl/tst-tls5moda.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/tst-tls5moda.c')
-rw-r--r--nptl/tst-tls5moda.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/tst-tls5moda.c b/nptl/tst-tls5moda.c
new file mode 100644
index 0000000000..a035c96cdb
--- /dev/null
+++ b/nptl/tst-tls5moda.c
@@ -0,0 +1,6 @@
+#include <tst-tls5.h>
+
+#ifdef TLS_REGISTER
+static __thread char a [32] __attribute__ ((aligned (64)));
+TLS_REGISTER (a)
+#endif