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
/
pathoptobj.c
blob: a452c2d7d4fd05e4b2cac9370d514fb6c61fc105 (
plain
)
1
2
3
4
5
6
7
8
extern
int
in_renamed
(
int
);
int
in_renamed
(
int
a
)
{
return
a
-
10
;
}