Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
bdd93d52cf43d2991561d70e238bf11e422b794b
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
elf
/
tst-tlsmod15b.c
blob: b37283686aad701c2e4c4363b9198c9a24ef08ee [
file
] [
log
] [
blame
]
lh
9ed821d
2023-04-07 01:36:19 -0700
[
diff
] [
blame
]
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
}