]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/tst-tlsmod16b.c
Cleanup of configuration options
[thirdparty/glibc.git] / elf / tst-tlsmod16b.c
CommitLineData
4c533566
UD
1#include <tls.h>
2
4c533566 3extern __thread int tlsvar __attribute__((tls_model("initial-exec")));
4c533566
UD
4
5void *
6in_dso (void)
7{
8 return &tlsvar;
9}