summaryrefslogtreecommitdiff
path: root/nptl/tst-tls5mod.c
blob: b308bd60e1237f6a98ee7c8dfcbb99ac52bab5de (plain)
1
2
3
4
5
6
#include <tst-tls5.h>

#ifdef TLS_REGISTER
/* Ensure tls_registry is exported from the binary.  */
void *tst_tls5mod attribute_hidden = tls_registry;
#endif