pthread_cancel.3: CONFORMING TO: add POSIX.1-2008

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-18 10:40:49 +02:00
parent 87d8ecf924
commit aa21680a6c
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ T} Thread safety MT-Safe
.TE
.SH CONFORMING TO
POSIX.1-2001.
POSIX.1-2001, POSIX.1-2008.
.SH NOTES
On Linux, cancellation is implemented using signals.
Under the NPTL threading implementation,