prctl.2: Add some details for PR_GET_TID_ADDRESS

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2013-02-25 10:13:40 +01:00 committed by Michael Kerrisk
parent a5d9ce6533
commit b4bd57d56d
1 changed files with 6 additions and 2 deletions

View File

@ -49,7 +49,7 @@
.\" 2012-02-04 Michael kerrisk, document PR_{SET,GET}_CHILD_SUBREAPER
.\"
.\"
.TH PRCTL 2 2013-02-08 "Linux" "Linux Programmer's Manual"
.TH PRCTL 2 2013-02-25 "Linux" "Linux Programmer's Manual"
.SH NAME
prctl \- operations on a process
.SH SYNOPSIS
@ -431,7 +431,11 @@ address set by
and the
.BR clone (2)
.B CLONE_CHILD_CLEARTID
flag.
flag, in the location pointed to by
.IR "(int\ **)\ arg2" .
This feature is available only if the kernel is built with the
.BR CONFIG_CHECKPOINT_RESTORE
option enabled.
.TP
.BR PR_SET_TIMERSLACK " (since Linux 2.6.28)"
.\" See https://lwn.net/Articles/369549/