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
Update from translation team.
[glibc.git]
/
elf
/
tst-tlsmod15a.c
blob
66c707129acd8aa3e5e6b9cb63d0eeee503ce1c0
1
extern
int
nonexistent_dummy_var
;
2
int
*
3
foo
(
void
)
4
{
5
return
&
nonexistent_dummy_var
;
6
}