summaryrefslogtreecommitdiffstats
path: root/upstream/archlinux/man2/kcmp.2
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/archlinux/man2/kcmp.2')
-rw-r--r--upstream/archlinux/man2/kcmp.23
1 files changed, 2 insertions, 1 deletions
diff --git a/upstream/archlinux/man2/kcmp.2 b/upstream/archlinux/man2/kcmp.2
index 991448eb..cef32acd 100644
--- a/upstream/archlinux/man2/kcmp.2
+++ b/upstream/archlinux/man2/kcmp.2
@@ -5,7 +5,7 @@
.\"
.\" Kernel commit d97b46a64674a267bc41c9e16132ee2a98c3347d
.\"
-.TH kcmp 2 2023-10-31 "Linux man-pages 6.06"
+.TH kcmp 2 2024-05-02 "Linux man-pages 6.8"
.SH NAME
kcmp \- compare two processes to determine if they share a kernel resource
.SH LIBRARY
@@ -347,6 +347,7 @@ Child duplicated FD 3 to create FD 5
#include <stdio.h>
#include <stdlib.h>
#include <sys/syscall.h>
+#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
\&