index
:
ampere-computing/glibc.git
glibc-2.27-amp-branch
glibc-2.28-amp-branch
glibc-2.29-amp-branch
glibc-2.31-amp-branch
glibc including Ampere Computing toolchain specific patches
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
elf
/
unload8mod1.c
blob: fe7e81c1c37dfb5cb1844ae1bf43c0216775f3a8 (
plain
)
1
2
3
4
5
6
7
extern
void
mod2
(
void
);
void
mod1
(
void
)
{
mod2
();
}