mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
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.
This commit is contained in:
5
elf/pathoptobj.c
Normal file
5
elf/pathoptobj.c
Normal file
@@ -0,0 +1,5 @@
|
||||
int
|
||||
in_renamed (int a)
|
||||
{
|
||||
return a - 10;
|
||||
}
|
Reference in New Issue
Block a user