aboutsummaryrefslogtreecommitdiffstats
path: root/man2/clone.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/clone.2')
-rw-r--r--man2/clone.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/clone.2 b/man2/clone.2
index 5997f43d0c..5c1e301863 100644
--- a/man2/clone.2
+++ b/man2/clone.2
@@ -57,7 +57,7 @@ clone, __clone2 \- create a child process
/* Prototype for the raw system call */
.BI "long clone(unsigned long " flags ", void *" child_stack ,
-.BI " void *" ptid ", void *" ctid ,
+.BI " int *" ptid ", int *" ctid ,
.BI " unsigned long " newtls );
.fi
.SH DESCRIPTION
@@ -826,7 +826,7 @@ The raw system call interface on x86 and many other architectures is roughly:
.nf
.BI "long clone(unsigned long " flags ", void *" child_stack ,
-.BI " void *" ptid ", void *" ctid ,
+.BI " int *" ptid ", int *" ctid ,
.BI " unsigned long " newtls );
.fi