Blame sysdeps/unix/sysv/linux/alpha/getdents64.c

Packit Service 82fcde
/* Although Alpha defines _DIRENT_MATCHES_DIRENT64, 'struct dirent' and
Packit Service 82fcde
   'struct dirent64' have slight different internal layout with d_ino
Packit Service 82fcde
   being a __ino_t on non-LFS version with an extra __pad field which should
Packit Service 82fcde
   be zeroed.  */
Packit Service 82fcde
Packit Service 82fcde
#include <dirent.h>
Packit Service 82fcde
/* It suppresses the __getdents64 to __getdents alias.  */
Packit Service 82fcde
#undef _DIRENT_MATCHES_DIRENT64
Packit Service 82fcde
#define _DIRENT_MATCHES_DIRENT64 0
Packit Service 82fcde
#include <sysdeps/unix/sysv/linux/getdents64.c>