summaryrefslogtreecommitdiff
path: root/test/nptl/tst-tls5moda.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/nptl/tst-tls5moda.c')
-rw-r--r--test/nptl/tst-tls5moda.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/nptl/tst-tls5moda.c b/test/nptl/tst-tls5moda.c
new file mode 100644
index 0000000..4644d76
--- /dev/null
+++ b/test/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