summaryrefslogtreecommitdiffstats
path: root/man2/clone.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/clone.2')
-rw-r--r--man2/clone.211
1 files changed, 10 insertions, 1 deletions
diff --git a/man2/clone.2 b/man2/clone.2
index 5a0afa5c2..6b744f6c9 100644
--- a/man2/clone.2
+++ b/man2/clone.2
@@ -1181,6 +1181,15 @@ space of the calling process at the time of the clone call.
Memory writes or file mappings/unmappings performed by one of the
processes do not affect the other, as with
.BR fork (2).
+.IP
+If the
+.BR CLONE_VM
+flag is specified and the
+.BR CLONE_VM
+flag is not specified,
+then any alternate signal stack that was established by
+.BR sigaltstack (2)
+is cleared in the child process.
.SH RETURN VALUE
.\" gettid(2) returns current->pid;
.\" getpid(2) returns current->tgid;
@@ -1909,7 +1918,7 @@ main(int argc, char *argv[])
.BR namespaces (7),
.BR pthreads (7)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,