Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
db4f43f0150836941f56a4d2e2923f7182328607
/
.
/
ap
/
libc
/
glibc
/
glibc-2.22
/
elf
/
tst-tlsmod13.c
blob: 7712d8b8c86d94b3963f85b0d6c6636b9e23bf36 [
file
] [
log
] [
blame
]
lh
9ed821d
2023-04-07 01:36:19 -0700
[
diff
] [
blame
]
1
__thread
int
a
[
2
]
__attribute__
((
tls_model
(
"initial-exec"
)));
2
3
int
4
foo
(
void
)
5
{
6
return
a
[
0
];
7
}