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
/
unload4mod2.c
blob: 497ef5d93b05f30bc140cef7148f36c578b4f246 (
plain
)
1
2
3
4
5
6
7
8
#include
<stdio.h>
int
baz
(
int
x
)
{
puts
(
"in baz"
);
return
x
*
4
;
}