about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c
blob: 5ed8e955e259a10c02391cd05b241208a82d21f9 (plain) (blame)
1
2
3
4
5
#define readdir64_r __no_readdir64_r_decl
#define GETDENTS_64BIT_ALIGNED 1
#include <sysdeps/posix/readdir_r.c>
#undef readdir64_r
weak_alias (__readdir_r, readdir64_r)