summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2015-04-25 08:14:08 +0000
committerkib <kib@FreeBSD.org>2015-04-25 08:14:08 +0000
commite8ff65e2ac561fed2737e8a1174939e1ad47dc08 (patch)
tree6dbb457d25603e6e6c77dfcb3c1c5dff61d15483 /share
parentd0bd361bd7c5ca81d68ea5ef4c8592f9c863b5e0 (diff)
downloadFreeBSD-src-e8ff65e2ac561fed2737e8a1174939e1ad47dc08.zip
FreeBSD-src-e8ff65e2ac561fed2737e8a1174939e1ad47dc08.tar.gz
MFC r281712:
Make wait6(2), waitid(3) and ppoll(2) cancellation points.
Diffstat (limited to 'share')
-rw-r--r--share/man/man3/pthread_testcancel.35
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man3/pthread_testcancel.3 b/share/man/man3/pthread_testcancel.3
index a0c73bb..eda03c7 100644
--- a/share/man/man3/pthread_testcancel.3
+++ b/share/man/man3/pthread_testcancel.3
@@ -1,5 +1,5 @@
.\" $FreeBSD$
-.Dd March 29, 2015
+.Dd April 16, 2015
.Dt PTHREAD_TESTCANCEL 3
.Os
.Sh NAME
@@ -132,6 +132,7 @@ argument is non-zero.
.It Fn openat
.It Fn pause
.It Fn poll
+.It Fn ppoll
.It Fn pselect
.It Fn pthread_cond_timedwait
.It Fn pthread_cond_wait
@@ -159,6 +160,8 @@ argument is non-zero.
.It Fn wait
.It Fn wait3
.It Fn wait4
+.It Fn wait6
+.It Fn waitid
.It Fn waitpid
.It Fn write
.It Fn writev
OpenPOWER on IntegriCloud