about summary refs log tree commit diff
path: root/bits/dirent.h
diff options
context:
space:
mode:
Diffstat (limited to 'bits/dirent.h')
-rw-r--r--bits/dirent.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/bits/dirent.h b/bits/dirent.h
index 366cdf8ce2..d074589562 100644
--- a/bits/dirent.h
+++ b/bits/dirent.h
@@ -26,3 +26,12 @@ struct dirent
     char d_name[1];		/* Variable length.  */
     int d_fileno;
   };
+
+#ifdef __USE_LARGEFILE64
+struct dirent64
+  {
+    char d_name[1];		/* Variable length.  */
+    int d_fileno;
+  };
+#endif
+