1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00
* 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:
Ulrich Drepper
2000-10-30 00:13:29 +00:00
parent 775106de7d
commit 5a384a9143
5 changed files with 97 additions and 3 deletions

5
elf/pathoptobj.c Normal file
View File

@@ -0,0 +1,5 @@
int
in_renamed (int a)
{
return a - 10;
}