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
/
circlemod1.c
blob: 933ccd3c0280377f1bdae588876736195425b64d (
plain
)
1
2
3
4
5
6
7
extern int circlemod2 (void); int circlemod1 (void) { return circlemod2 (); }