summaryrefslogtreecommitdiffstats
path: root/man/man2/clone.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/clone.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/clone.2 (renamed from man2/clone.2)3
1 files changed, 2 insertions, 1 deletions
diff --git a/man2/clone.2 b/man/man2/clone.2
index 69e4547..9ea291a 100644
--- a/man2/clone.2
+++ b/man/man2/clone.2
@@ -38,7 +38,7 @@
.\" 2008-11-19, mtk, document CLONE_NEWIPC
.\" 2008-11-19, Jens Axboe, mtk, document CLONE_IO
.\"
-.TH clone 2 2024-02-18 "Linux man-pages 6.7"
+.TH clone 2 2024-05-02 "Linux man-pages (unreleased)"
.SH NAME
clone, __clone2, clone3 \- create a child process
.SH LIBRARY
@@ -1850,6 +1850,7 @@ so we should include it for portability.
#include <stdlib.h>
#include <string.h>
#include <sys/mman.h>
+#include <sys/types.h>
#include <sys/utsname.h>
#include <sys/wait.h>
#include <unistd.h>