aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/pthread_sigmask.35
1 files changed, 3 insertions, 2 deletions
diff --git a/man3/pthread_sigmask.3 b/man3/pthread_sigmask.3
index fb88cbcc61..3747ad3241 100644
--- a/man3/pthread_sigmask.3
+++ b/man3/pthread_sigmask.3
@@ -6,6 +6,9 @@
.TH PTHREAD_SIGMASK 3 2021-03-22 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_sigmask \- examine and change mask of blocked signals
+.SH LIBRARY
+POSIX threads library
+.RI ( libpthread ", " -lpthread )
.SH SYNOPSIS
.nf
.B #include <signal.h>
@@ -14,8 +17,6 @@ pthread_sigmask \- examine and change mask of blocked signals
", sigset_t *" oldset );
.fi
.PP
-Compile and link with \fI\-pthread\fP.
-.PP
.RS -4
Feature Test Macro Requirements for glibc (see
.BR feature_test_macros (7)):