summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/wordsize-64/readdir.c
blob: e197d93b00ef016515591e37bb9ad92b48f9714e (plain)
1
2
3
4
5
6
7
#define readdir64 __no_readdir64_decl
#define __readdir64 __no___readdir64_decl
#include <sysdeps/posix/readdir.c>
#undef __readdir64
strong_alias (__readdir, __readdir64)
#undef readdir64
weak_alias (__readdir, readdir64)