chiark / gitweb /
eglibc (2.11.3-4+deb6u3) squeeze-lts; urgency=medium
[eglibc.git] / linuxthreads / tst-tls1modc.c
1 #include <tst-tls1.h>
2
3 #ifdef TLS_REGISTER
4 static __thread int c;
5 TLS_REGISTER (c)
6 #endif