diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-14 17:39:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-14 17:39:31 +0000 |
commit | 8f7d68ab0464b6893ca8fe30f9981f4cb38db24b (patch) | |
tree | a1353af79a0f2569834de6a26d893f4767249d82 | |
parent | 5b5a4299b4138f06063856307b04fd34d78419fe (diff) | |
download | glibc-8f7d68ab0464b6893ca8fe30f9981f4cb38db24b.tar glibc-8f7d68ab0464b6893ca8fe30f9981f4cb38db24b.tar.gz glibc-8f7d68ab0464b6893ca8fe30f9981f4cb38db24b.tar.bz2 glibc-8f7d68ab0464b6893ca8fe30f9981f4cb38db24b.zip |
(DIRENT_TYPE): Define.
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/getdents.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/getdents.c b/sysdeps/unix/sysv/linux/alpha/getdents.c index 6deb87e2e4..175be9df85 100644 --- a/sysdeps/unix/sysv/linux/alpha/getdents.c +++ b/sysdeps/unix/sysv/linux/alpha/getdents.c @@ -1,3 +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 |