about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/getdents64.c
blob: 0078ccd19fa892bf05aeaf61c683bdeea636fdbe (plain) (blame)
1
2
3
#define __GETDENTS __getdents64
#define DIRENT_TYPE struct dirent64
#include <getdents.c>