* nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
[glibc/history.git] / nptl / tst-tls5modd.c
blob202a66a15a735ce3cbaf855e6ce91e88360a05c3
1 #include <tst-tls5.h>
3 #ifdef TLS_REGISTER
4 static __thread int d;
5 TLS_REGISTER (d)
6 #endif