summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/wordsize-64/getdents.c
blob: 5ea4c572a33792a59954261333544f872cbaedd2 (plain)
1
2
3
4
#define __getdents64 __no___getdents64_decl
#include <sysdeps/unix/sysv/linux/getdents.c>
#undef __getdents64
weak_alias (__getdents, __getdents64);