diff options
| -rw-r--r-- | man2/clone.2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man2/clone.2 b/man2/clone.2 index 12f8d26aa8..6d2625e7a7 100644 --- a/man2/clone.2 +++ b/man2/clone.2 @@ -166,6 +166,9 @@ This is used by threading libraries. Store the child thread ID at the location .I ctid in the child's memory. +The store operation completes before +.BR clone () +returns control to user space. .TP .BR CLONE_FILES " (since Linux 2.0)" If @@ -519,6 +522,9 @@ in the parent's memory. (In Linux 2.5.32-2.5.48 there was a flag .B CLONE_SETTID that did this.) +The store operation completes before +.BR clone () +returns control to user space. .TP .BR CLONE_PID " (obsolete)" If |
