* sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
[glibc/pb-stable.git] / elf / tst-tlsmod16a.c
blob847c8090f5d302e7d7b4ab75c05b647db95a2754
1 #include <tls.h>
3 #if defined HAVE___THREAD && defined HAVE_TLS_MODEL_ATTRIBUTE
4 int __thread tlsvar;
5 #else
6 int tlsvar;
7 #endif