(DIRENT_TYPE): Define.
authorUlrich Drepper <drepper@redhat.com>
Mon, 14 Aug 2000 17:39:31 +0000 (17:39 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 14 Aug 2000 17:39:31 +0000 (17:39 +0000)
sysdeps/unix/sysv/linux/alpha/getdents.c

index 6deb87e..175be9d 100644 (file)
@@ -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