aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2015-04-18 21:35:41 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2015-04-18 21:35:41 +0000
commit3d0045bb2b27da7ad0c1befac8cd3b421cd52d12 (patch)
tree76dd10f0373dacfa7a56cf702e44a38a5206a07f /share
parent9dda94167d2c2b7ffbe1745f43ee1af60f91c355 (diff)
downloadsrc-3d0045bb2b27da7ad0c1befac8cd3b421cd52d12.tar.gz
src-3d0045bb2b27da7ad0c1befac8cd3b421cd52d12.zip
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
Notes
Notes: svn path=/head/; revision=281712
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 0b54290240db..fc412de5b1ae 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