Remove special d_ino handling.

This commit is contained in:
Ulrich Drepper 2000-08-18 00:09:47 +00:00
parent 17193a21d6
commit cc9ced9792

View file

@ -1,6 +1,4 @@
#define DIRENT_TYPE struct dirent64 #define DIRENT_TYPE struct dirent64
#define DIRENT_SET_DP_INO(dp, value) \
do { (dp)->d_ino = (value); (dp)->__pad = 0; } while (0)
#define __getdents64 __no___getdents64_decl #define __getdents64 __no___getdents64_decl
#include <sysdeps/unix/sysv/linux/getdents.c> #include <sysdeps/unix/sysv/linux/getdents.c>
#undef __getdents64 #undef __getdents64