Don't include tls.h in test cases
[platform/upstream/glibc.git] / elf / tst-tlsmod16b.c
1 extern __thread int tlsvar __attribute__((tls_model("initial-exec")));
2
3 void *
4 in_dso (void)
5 {
6   return &tlsvar;
7 }