diff options
Diffstat (limited to '')
-rw-r--r-- | man/man2/eventfd.2 (renamed from man2/eventfd.2) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man2/eventfd.2 b/man/man2/eventfd.2 index 2de063e..e70612d 100644 --- a/man2/eventfd.2 +++ b/man/man2/eventfd.2 @@ -6,7 +6,7 @@ .\" .\" 2008-10-10, mtk: describe eventfd2(), and EFD_NONBLOCK and EFD_CLOEXEC .\" -.TH eventfd 2 2023-10-31 "Linux man-pages 6.7" +.TH eventfd 2 2024-05-02 "Linux man-pages (unreleased)" .SH NAME eventfd \- create a file descriptor for event notification .SH LIBRARY @@ -385,6 +385,7 @@ Parent read 28 (0x1c) from efd #include <stdio.h> #include <stdlib.h> #include <sys/eventfd.h> +#include <sys/types.h> #include <unistd.h> \& int |