aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/pthread_sigqueue.35
1 files changed, 3 insertions, 2 deletions
diff --git a/man3/pthread_sigqueue.3 b/man3/pthread_sigqueue.3
index 8a15a02154..16ac1a48e2 100644
--- a/man3/pthread_sigqueue.3
+++ b/man3/pthread_sigqueue.3
@@ -5,6 +5,9 @@
.TH PTHREAD_SIGQUEUE 3 2021-03-22 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_sigqueue \- queue a signal and data to a thread
+.SH LIBRARY
+POSIX threads library
+.RI ( libpthread ", " -lpthread )
.SH SYNOPSIS
.nf
.B #include <signal.h>
@@ -14,8 +17,6 @@ pthread_sigqueue \- queue a signal and data to a thread
.BI " const union sigval " value );
.fi
.PP
-Compile and link with \fI\-pthread\fP.
-.PP
.RS -4
Feature Test Macro Requirements for glibc (see
.BR feature_test_macros (7)):