aboutsummaryrefslogtreecommitdiff
path: root/share/man/man3/pthread_testcancel.3
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2016-08-16 08:27:03 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2016-08-16 08:27:03 +0000
commit1c1cc89580f0fbfabaf6f6c7f0f6440eef0c128e (patch)
treedf3c35f3537a5e65ae1edabff7f1c3352b8f17fd /share/man/man3/pthread_testcancel.3
parentb0754a31cfa10fa27b1fad91461c55929577c929 (diff)
downloadsrc-1c1cc89580f0fbfabaf6f6c7f0f6440eef0c128e.tar.gz
src-1c1cc89580f0fbfabaf6f6c7f0f6440eef0c128e.zip
The fdatasync(2) call must be cancellation point.
Sponsored by: The FreeBSD Foundation MFC after: 13 days
Notes
Notes: svn path=/head/; revision=304209
Diffstat (limited to 'share/man/man3/pthread_testcancel.3')
-rw-r--r--share/man/man3/pthread_testcancel.33
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man3/pthread_testcancel.3 b/share/man/man3/pthread_testcancel.3
index fc412de5b1ae..1dfc96483445 100644
--- a/share/man/man3/pthread_testcancel.3
+++ b/share/man/man3/pthread_testcancel.3
@@ -1,5 +1,5 @@
.\" $FreeBSD$
-.Dd April 16, 2015
+.Dd August 16, 2016
.Dt PTHREAD_TESTCANCEL 3
.Os
.Sh NAME
@@ -114,6 +114,7 @@ function is a cancellation point if
.Fa cmd
is
.Dv F_SETLKW .
+.It Fn fdatasync
.It Fn fsync
.It Fn kevent
The