]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/filtmod2.c
y2038: linux: Provide __timer_gettime64 implementation
[thirdparty/glibc.git] / elf / filtmod2.c
CommitLineData
5c80f57c
AJ
1extern const char *foo (void);
2
fcacb36a
UD
3const char *
4foo (void)
5{
6 return __FILE__;
7}