summaryrefslogtreecommitdiffstats
path: root/man/man2/getdents.2
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--man/man2/getdents.2 (renamed from man2/getdents.2)3
1 files changed, 2 insertions, 1 deletions
diff --git a/man2/getdents.2 b/man/man2/getdents.2
index 728d4d7..5b26de7 100644
--- a/man2/getdents.2
+++ b/man/man2/getdents.2
@@ -8,7 +8,7 @@
.\" Derived from 'readdir.2'.
.\" Modified Tue Oct 22 08:11:14 EDT 1996 by Eric S. Raymond <esr@thyrsus.com>
.\"
-.TH getdents 2 2024-02-25 "Linux man-pages 6.7"
+.TH getdents 2 2024-05-02 "Linux man-pages (unreleased)"
.SH NAME
getdents, getdents64 \- get directory entries
.SH LIBRARY
@@ -262,6 +262,7 @@ inode# file type d_reclen d_off d_name
#include <stdio.h>
#include <stdlib.h>
#include <sys/syscall.h>
+#include <sys/types.h>
#include <unistd.h>
\&
struct linux_dirent {