]> sourceware.org Git - glibc.git/blob - linuxthreads/tst-tls1mod.c
Update.
[glibc.git] / linuxthreads / tst-tls1mod.c
1 #include <tst-tls1.h>
2
3 #ifdef TLS_REGISTER
4 /* Ensure tls_registry is exported from the binary. */
5 void *tst_tls1mod attribute_hidden = tls_registry;
6 #endif
This page took 0.035563 seconds and 5 git commands to generate.