clone.2: Note the kernel version that added the 'set_tid' feature

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-01-22 02:19:09 +01:00
parent 27f14b447a
commit b386cee344
1 changed files with 2 additions and 1 deletions

View File

@ -297,7 +297,8 @@ When creating a process with
.BR clone3 (), .BR clone3 (),
the the
.I set_tid .I set_tid
array can be used to select specific PIDs for the process in some array (available since Linux 5.5)
can be used to select specific PIDs for the process in some
or all of the PID namespaces where it is present. or all of the PID namespaces where it is present.
If the PID of the newly created process should be set only for the current If the PID of the newly created process should be set only for the current
PID namespace or in the newly created PID namespace (if PID namespace or in the newly created PID namespace (if