glibc/sysdeps/unix/sysv/linux/alpha/getdents.c

6 lines
184 B
C
Raw Normal View History

2000-08-14 17:39:31 +00:00
#define DIRENT_TYPE struct dirent64
2000-08-12 04:48:19 +00:00
#define __getdents64 __no___getdents64_decl
#include <sysdeps/unix/sysv/linux/getdents.c>
#undef __getdents64
weak_alias(__getdents, __getdents64);