summaryrefslogtreecommitdiffstats
path: root/share/man/man3
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2015-04-18 21:35:41 +0000
committerkib <kib@FreeBSD.org>2015-04-18 21:35:41 +0000
commit9a774084c8016c1402b8f1cb8ea26fbaea9b949f (patch)
tree76dd10f0373dacfa7a56cf702e44a38a5206a07f /share/man/man3
parented2e42d42c427b6d06b4c967635c485f01fda132 (diff)
downloadFreeBSD-src-9a774084c8016c1402b8f1cb8ea26fbaea9b949f.zip
FreeBSD-src-9a774084c8016c1402b8f1cb8ea26fbaea9b949f.tar.gz
Make wait6(2), waitid(3) and ppoll(2) cancellation points. The
waitid() function is required to be cancellable by the standard. The wait6() and ppoll() follow the other syscalls in their groups. Reviewed by: jhb, jilles (previous versions) Sponsored by: The FreeBSD Foundation MFC after: 1 week
Diffstat (limited to 'share/man/man3')
-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 0b54290..fc412de 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