* td_ta_map_lwp2thr.c (td_ta_map_lwp2thr): Don't abort if inferior's
[glibc.git] / nptl / tst-tls5modb.c
blob848a803630ef0b1d342cda01b9a0ad5b0df78317
1 #include <tst-tls5.h>
3 #ifdef TLS_REGISTER
4 static __thread int b;
5 TLS_REGISTER (b)
6 #endif