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
Move x86_64 compat-timer.h out of nptl/
[glibc.git]
/
elf
/
tst-tlsmod13a.c
blob
ca4eaccbff1179947735a95d1a22267432d5f4ac
1
__thread
int
b
[
2
]
__attribute__
((
tls_model
(
"initial-exec"
)));
2
3
extern
int
foo
(
void
);
4
5
int
6
bar
(
void
)
7
{
8
return
foo
() +
b
[
0
];
9
}