summaryrefslogtreecommitdiffstats
path: root/upstream/archlinux/man2/fork.2
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/archlinux/man2/fork.2')
-rw-r--r--upstream/archlinux/man2/fork.23
1 files changed, 2 insertions, 1 deletions
diff --git a/upstream/archlinux/man2/fork.2 b/upstream/archlinux/man2/fork.2
index a08f38b8..39c2860b 100644
--- a/upstream/archlinux/man2/fork.2
+++ b/upstream/archlinux/man2/fork.2
@@ -16,7 +16,7 @@
.\" Greatly expanded, to describe all attributes that differ
.\" parent and child.
.\"
-.TH fork 2 2023-10-31 "Linux man-pages 6.06"
+.TH fork 2 2024-05-02 "Linux man-pages 6.8"
.SH NAME
fork \- create a child process
.SH LIBRARY
@@ -307,6 +307,7 @@ for more examples.
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
+#include <sys/types.h>
#include <unistd.h>
\&
int