glibc/sysdeps/unix/sysv/linux/getdents64.c

4 lines
114 B
C

#define __GETDENTS __getdents64
#define DIRENT_TYPE struct dirent64
#include <sysdeps/unix/sysv/linux/getdents.c>