diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-03-22 01:15:38 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-03-22 01:15:38 +0000 |
commit | 28b53b23fb896b2ac25241cc161d67f65b88b054 (patch) | |
tree | 86c0ab5570483329b30e6f754f23bc824527e195 /lib | |
parent | 5355e6d8a9a2671b309e00cfdc851fb980d3a108 (diff) |
Update cancellation point list to reflect what's done with rthreads
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libpthread/man/pthread_testcancel.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthread_testcancel.3 b/lib/libpthread/man/pthread_testcancel.3 index 8bf81f9fc3f..245deda4d61 100644 --- a/lib/libpthread/man/pthread_testcancel.3 +++ b/lib/libpthread/man/pthread_testcancel.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_testcancel.3,v 1.13 2012/03/22 00:06:19 jmc Exp $ +.\" $OpenBSD: pthread_testcancel.3,v 1.14 2012/03/22 01:15:37 guenther Exp $ .\" .\" .\" David Leonard, 1999. Public Domain. @@ -104,9 +104,11 @@ base interfaces: .Fn close , .Fn connect , .Fn creat , -.Fn fcntl , +.Fn fcntl "F_SETLKW" , .Fn fsync , .Fn lockf , +.Fn msgrcv , +.Fn msgsnd , .Fn msync , .Fn nanosleep , .Fn open , @@ -124,6 +126,7 @@ base interfaces: .Fn recvfrom , .Fn recvmsg , .Fn select , +.Fn sem_timedwait , .Fn sem_wait , .Fn send , .Fn sendmsg , @@ -132,6 +135,7 @@ base interfaces: .Fn sigwait , .Fn sleep , .Fn system , +.Fn tcdrain , .Fn wait , .Fn waitpid , .Fn write , |