Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
8705e6a9d76f08a85ce15c97a072e91c010a72cf
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
elf
/
tst-tlsmod15b.c
blob: b37283686aad701c2e4c4363b9198c9a24ef08ee [
file
] [
log
] [
blame
]
#include
"tst-tls10.h"
__thread
int
mod15b_var __attribute__
((
tls_model
(
"initial-exec"
)));
int
in_dso
(
void
)
{
return
mod15b_var
;
}