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
/
dblloadmod1.c
blob
ecec29ec636dd7292aebaad0b62e2d9921f82fd8
1
extern
int
bar
(
void
);
2
extern
int
foo
(
void
);
3
4
int
5
foo
(
void
)
6
{
7
return
10
+
bar
();
8
}