i386: Test memmove_chk and memset_chk only in libc.so [BZ #21741]
[glibc.git] / elf / tst-tlsmod16b.c
blob1ecba26dbedcb23e087cd637934e9e1aadff6760
1 extern __thread int tlsvar __attribute__((tls_model("initial-exec")));
3 void *
4 in_dso (void)
6 return &tlsvar;