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
Fix typo in x86-64 epoll.h.
[glibc.git]
/
elf
/
reldepmod6.c
blob
cd2aeb400dc91dde43da3208b0f93bcfeb41f1bb
1
extern
int
call_me
(
void
);
2
extern
int
bar
(
void
);
3
4
int
5
bar
(
void
)
6
{
7
return
call_me
();
8
}