diff options
Diffstat (limited to 'upstream/archlinux/man2/syscall.2')
-rw-r--r-- | upstream/archlinux/man2/syscall.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/upstream/archlinux/man2/syscall.2 b/upstream/archlinux/man2/syscall.2 index 80df9e72..3773098c 100644 --- a/upstream/archlinux/man2/syscall.2 +++ b/upstream/archlinux/man2/syscall.2 @@ -12,7 +12,7 @@ .\" 2015-01-17, Kees Cook <keescook@chromium.org> .\" Added mips and arm64. .\" -.TH syscall 2 2023-10-31 "Linux man-pages 6.06" +.TH syscall 2 2024-05-02 "Linux man-pages 6.8" .SH NAME syscall \- indirect system call .SH LIBRARY @@ -347,6 +347,7 @@ architectures may indiscriminately clobber other registers not listed here. #define _GNU_SOURCE #include <signal.h> #include <sys/syscall.h> +#include <sys/types.h> #include <unistd.h> \& int |