* sysdeps/s390/bits/string.h (strlen, strncpy, strcat, strncat,
[glibc.git] / nptl / tst-tls5modc.c
blobd63ceff8d02eaf844ddaeff907fcbf1a036f9f32
1 #include <tst-tls5.h>
3 #ifdef TLS_REGISTER
4 static __thread int c;
5 TLS_REGISTER (c)
6 #endif