about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/wordsize-64/readdir.c
blob: 0d5798849dd4d7f52655dc5e704567d2d2da13aa (plain) (blame)
1
2
3
4
5
6
7
8
#define readdir64 __no_readdir64_decl
#define __readdir64 __no___readdir64_decl
#include <sysdeps/posix/readdir.c>
#undef __readdir64
strong_alias (__readdir, __readdir64)
strong_alias (__readdir, __GI___readdir64)
#undef readdir64
weak_alias (__readdir, readdir64)