summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/pthread_sigmask.3
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-05-11 16:13:18 +0000
committerbde <bde@FreeBSD.org>2000-05-11 16:13:18 +0000
commiteae1aa7098f26d3c38031f14f3c8b25984f1af6b (patch)
tree4e0967b4d0c832bd7984af27f97c7385ff4cbd4f /lib/libpthread/man/pthread_sigmask.3
parent5e51fa49c73f6e4a17f9fde19aa1d2a395ddf97b (diff)
downloadFreeBSD-src-eae1aa7098f26d3c38031f14f3c8b25984f1af6b.zip
FreeBSD-src-eae1aa7098f26d3c38031f14f3c8b25984f1af6b.tar.gz
"Fixed" missing include in synopsis. POSIX.1-1996 only specifies
including <signal.h>, but that must be a bug in POSIX.1, because it also specifies that the relevant prototype is [only] in <pthread.h>.
Diffstat (limited to 'lib/libpthread/man/pthread_sigmask.3')
-rw-r--r--lib/libpthread/man/pthread_sigmask.31
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpthread/man/pthread_sigmask.3 b/lib/libpthread/man/pthread_sigmask.3
index 754c897..645b322 100644
--- a/lib/libpthread/man/pthread_sigmask.3
+++ b/lib/libpthread/man/pthread_sigmask.3
@@ -35,6 +35,7 @@
.Sh LIBRARY
.Lb libc_r
.Sh SYNOPSIS
+.Fd #include <pthread.h>
.Fd #include <signal.h>
.Ft int
.Fn pthread_sigmask "int how" "const sigset_t *set" "sigset_t *oset"
OpenPOWER on IntegriCloud