2004-11-18 Alexandre Oliva <aoliva@redhat.com>
[glibc.git] / linuxthreads / tst-tls1mod.c
bloba93d2cb9e6905c58c0182ed1aa7bdefc5c32d635
1 #include <tst-tls1.h>
3 #ifdef TLS_REGISTER
4 /* Ensure tls_registry is exported from the binary. */
5 void *tst_tls1mod attribute_hidden = tls_registry;
6 #endif