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
Tweak realloc/MREMAP comment to be more accurate.
[glibc.git]
/
elf
/
tst-tls19mod2.c
blob
cae702f67c334ea881bfd55915882ba391909f8b
1
static int
__thread tbar
__attribute__
((
tls_model
(
"initial-exec"
))) =
666
;
2
3
void
4
setter
(
int
a
)
5
{
6
tbar
=
a
;
7
}
8
9
int
10
bar
(
void
)
11
{
12
return
tbar
;
13
}