about summary refs log tree commit diff
path: root/linuxthreads/tst-tls1mod.c
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/tst-tls1mod.c')
-rw-r--r--linuxthreads/tst-tls1mod.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/tst-tls1mod.c b/linuxthreads/tst-tls1mod.c
new file mode 100644
index 0000000000..a93d2cb9e6
--- /dev/null
+++ b/linuxthreads/tst-tls1mod.c
@@ -0,0 +1,6 @@
+#include <tst-tls1.h>
+
+#ifdef TLS_REGISTER
+/* Ensure tls_registry is exported from the binary.  */
+void *tst_tls1mod attribute_hidden = tls_registry;
+#endif