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
/
reldep6mod0.c
blob: 58f3745fb496042598a751d1290c7d5f0fc2627b (
plain
)
1
2
3
4
5
6
7
8
int
bar
(
void
);
extern
void
free
(
void
*
);
int
bar
(
void
)
{
free
(
0
);
return
40
;
}