]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/pathoptobj.c
Simplify tzfile fstat failure code
[thirdparty/glibc.git] / elf / pathoptobj.c
1 extern int in_renamed (int);
2
3
4 int
5 in_renamed (int a)
6 {
7 return a - 10;
8 }