diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-18 00:11:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-18 00:11:06 +0000 |
commit | 09970c4efd7b87bccc20311419d6593d67081164 (patch) | |
tree | 4fbd116c6ca40cdadb379b5a3f79355919279517 /sysdeps | |
parent | de9bd68567cc843fc2d47a2602c49862440cd64f (diff) | |
download | glibc-09970c4efd7b87bccc20311419d6593d67081164.tar glibc-09970c4efd7b87bccc20311419d6593d67081164.tar.gz glibc-09970c4efd7b87bccc20311419d6593d67081164.tar.bz2 glibc-09970c4efd7b87bccc20311419d6593d67081164.zip |
Update.
* sysdeps/unix/sysv/linux/alpha/getdents.c: Remove special d_ino
handling. Patch by Richard Henderson <rth@twiddle.net>.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/getdents.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/getdents.c b/sysdeps/unix/sysv/linux/alpha/getdents.c index 175be9df85..f127cd8aad 100644 --- a/sysdeps/unix/sysv/linux/alpha/getdents.c +++ b/sysdeps/unix/sysv/linux/alpha/getdents.c @@ -1,6 +1,4 @@ #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 #include <sysdeps/unix/sysv/linux/getdents.c> #undef __getdents64 |