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

4 lines
90 B
C

#define __GETDENTS __getdents64
#define DIRENT_TYPE struct dirent64
#include <getdents.c>