mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-11 07:40:05 +00:00
5a384a9143
* 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.
6 lines
44 B
C
6 lines
44 B
C
int
|
|
in_renamed (int a)
|
|
{
|
|
return a - 10;
|
|
}
|