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
tst-leaks: raise timeout to 5 seconds
[glibc.git]
/
elf
/
tst-nodelete-zmod.cc
blob
740e1d81811a9f59710cb9a4a5432d745883a563
1
extern
int
not_exist
(
void
);
2
3
int
foo
(
void
)
4
{
5
return
not_exist
();
6
}