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 translations from the Translation Project
[glibc.git]
/
elf
/
unload8mod1.c
blob
fe7e81c1c37dfb5cb1844ae1bf43c0216775f3a8
1
extern
void
mod2
(
void
);
2
3
void
4
mod1
(
void
)
5
{
6
mod2
();
7
}