This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
glibc
Watch
2
Star
0
Fork
You've already forked glibc
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
26b62243ee
glibc
/
elf
/
pathoptobj.c
9 lines
75 B
C
Raw
Normal View
History
Unescape
Escape
Update. * elf/neededobj1.c: Likewise. * elf/neededobj2.c: Likewise. * elf/neededobj3.c: Likewise. * elf/neededobj4.c: Likewise. * elf/nextmod1.c: Likewise. * elf/nextmod2.c: Likewise.
2000-12-17 18:50:56 +01:00
extern
int
in_renamed
(
int
)
;
Update. * elf/Makefile: Add rules to build and run tst-pathopt. * elf/tst-pathopt.c: New file. * elf/tst-pathopt.sh: New file. * elf/pathoptobj.c: New file.
2000-10-30 01:13:29 +01:00
int
in_renamed
(
int
a
)
{
return
a
-
10
;
}