* elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
[platform/upstream/glibc.git] / elf / filtmod2.c
1 extern const char *foo (void);
2
3 const char *
4 foo (void)
5 {
6   return __FILE__;
7 }