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