]> git.ipfire.org Git - thirdparty/glibc.git/blob - nptl/tst-tls5mod.c
Add per-thread cache to malloc
[thirdparty/glibc.git] / nptl / tst-tls5mod.c
1 #include <tst-tls5.h>
2
3 #ifdef TLS_REGISTER
4 /* Ensure tls_registry is exported from the binary. */
5 void *tst_tls5mod attribute_hidden = tls_registry;
6 #endif