summaryrefslogtreecommitdiffstats
path: root/man/man2/wait.2
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-24 04:52:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-24 04:52:22 +0000
commit3d08cd331c1adcf0d917392f7e527b3f00511748 (patch)
tree312f0d1e1632f48862f044b8bb87e602dcffb5f9 /man/man2/wait.2
parentAdding debian version 6.7-2. (diff)
downloadmanpages-3d08cd331c1adcf0d917392f7e527b3f00511748.tar.xz
manpages-3d08cd331c1adcf0d917392f7e527b3f00511748.zip
Merging upstream version 6.8.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--man/man2/wait.2 (renamed from man2/wait.2)3
1 files changed, 2 insertions, 1 deletions
diff --git a/man2/wait.2 b/man/man2/wait.2
index e15ca87..818b976 100644
--- a/man2/wait.2
+++ b/man/man2/wait.2
@@ -26,7 +26,7 @@
.\" 2005-05-10, mtk, __W* flags can't be used with waitid()
.\" 2008-07-04, mtk, removed erroneous text about SA_NOCLDSTOP
.\"
-.TH wait 2 2023-10-31 "Linux man-pages 6.7"
+.TH wait 2 2024-05-02 "Linux man-pages (unreleased)"
.SH NAME
wait, waitpid, waitid \- wait for process to change state
.SH LIBRARY
@@ -661,6 +661,7 @@ $
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
+#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
\&