diff options
Diffstat (limited to '')
-rw-r--r-- | man/man2/timerfd_create.2 (renamed from man2/timerfd_create.2) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man2/timerfd_create.2 b/man/man2/timerfd_create.2 index 1d6a0d2..b9972c9 100644 --- a/man2/timerfd_create.2 +++ b/man/man2/timerfd_create.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH timerfd_create 2 2023-10-31 "Linux man-pages 6.7" +.TH timerfd_create 2 2024-05-02 "Linux man-pages (unreleased)" .SH NAME timerfd_create, timerfd_settime, timerfd_gettime \- timers that notify via file descriptors @@ -604,6 +604,7 @@ a.out 3 1 100 #include <stdio.h> #include <stdlib.h> #include <sys/timerfd.h> +#include <sys/types.h> #include <time.h> #include <unistd.h> \& |