2005-02-14 Andreas Schwab <schwab@suse.de>
[glibc.git] / linuxthreads / tst-tls1modb.c
blobbe8c95b48664e78abf522eca00f801330d89917f
1 #include <tst-tls1.h>
3 #ifdef TLS_REGISTER
4 static __thread int b;
5 TLS_REGISTER (b)
6 #endif