repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix csin, csinh overflow in directed rounding modes (bug 18593).
[glibc.git]
/
elf
/
tst-tlsmod13.c
blob
7712d8b8c86d94b3963f85b0d6c6636b9e23bf36
1
__thread
int
a
[
2
]
__attribute__
((
tls_model
(
"initial-exec"
)));
2
3
int
4
foo
(
void
)
5
{
6
return
a
[
0
];
7
}