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
/
reldepmod5.c
blob: 62df6971626af8be9ae23154b05e3eded359f6d0 (
plain
)
1
2
3
4
5
6
7
extern
int
foo
(
void
);
int
foo
(
void
)
{
return
42
;
}