summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorMatthew Dempsky <matthew@cvs.openbsd.org>2012-09-11 21:21:19 +0000
committerMatthew Dempsky <matthew@cvs.openbsd.org>2012-09-11 21:21:19 +0000
commite4676b6e97d8af9e8386a416ef2bd813e15fcb1f (patch)
tree76b24f0ae512fc9c51e5db6c78c5051d9de9aac4 /lib/libpthread
parent3f5e478b8fa0c35fcec4a56904b27111309cbc15 (diff)
pthread_sigmask() doesn't require <pthread.h>, only <signal.h>.
Pointed out by Brad.
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/man/pthread_sigmask.35
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_sigmask.3 b/lib/libpthread/man/pthread_sigmask.3
index 80e2272e229..6efdc8e1f5e 100644
--- a/lib/libpthread/man/pthread_sigmask.3
+++ b/lib/libpthread/man/pthread_sigmask.3
@@ -1,16 +1,15 @@
-.\" $OpenBSD: pthread_sigmask.3,v 1.8 2007/05/31 19:19:37 jmc Exp $
+.\" $OpenBSD: pthread_sigmask.3,v 1.9 2012/09/11 21:21:18 matthew Exp $
.\"
.\"
.\" David Leonard, 1999. Public Domain.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: September 11 2012 $
.Dt PTHREAD_SIGMASK 3
.Os
.Sh NAME
.Nm pthread_sigmask
.Nd examine and/or change a thread's signal mask
.Sh SYNOPSIS
-.Fd #include <pthread.h>
.Fd #include <signal.h>
.Ft int
.Fn pthread_sigmask "int how" "const sigset_t *set" "sigset_t *oset"