Add more checks for valid ld.so.cache file (bug 18093)
[platform/upstream/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 }