[BZ #1104, BZ #1105, BZ #1106, BZ #1107, BZ #1108, BZ #1109, BZ #1110, BZ #1111]
[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