summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authormatthew <matthew@openbsd.org>2012-09-11 21:21:18 +0000
committermatthew <matthew@openbsd.org>2012-09-11 21:21:18 +0000
commitdc2c7a426d1930ef7dbd8e4c715adf23a5fd6360 (patch)
treeac0f9de81e3845d1e8b499a28f1aad0ebf24af4b /lib/libpthread
parentprevent detection of bogus libraries (diff)
downloadwireguard-openbsd-dc2c7a426d1930ef7dbd8e4c715adf23a5fd6360.tar.xz
wireguard-openbsd-dc2c7a426d1930ef7dbd8e4c715adf23a5fd6360.zip
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"