index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
elf
/
pathoptobj.c
blob: a452c2d7d4fd05e4b2cac9370d514fb6c61fc105 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
extern
int
in_renamed
(
int
);
int
in_renamed
(
int
a
)
{
return
a
-
10
;
}