]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/tst-tlsmod15b.c
powerpc: Fix build of wcscpy with --disable-multi-arch
[thirdparty/glibc.git] / elf / tst-tlsmod15b.c
1 #include "tst-tls10.h"
2
3 __thread int mod15b_var __attribute__((tls_model("initial-exec")));
4
5 int
6 in_dso (void)
7 {
8 return mod15b_var;
9 }