aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorRasmus Villemoes <rv@rasmusvillemoes.dk>2014-05-21 19:55:28 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-05-22 08:23:27 +0200
commitd795791f2de3281b62600e7645487f34dc9db30c (patch)
treec982df359fc6e09605f2645227e84769eaa8c7a6 /man3
parent6729be5418196814636289b40d1123055574de50 (diff)
downloadman-pages-d795791f2de3281b62600e7645487f34dc9db30c.tar.gz
pthread_sigqueue.3: Add missing #include <signal.h>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
-rw-r--r--man3/pthread_sigqueue.31
1 files changed, 1 insertions, 0 deletions
diff --git a/man3/pthread_sigqueue.3 b/man3/pthread_sigqueue.3
index 84611efe60..73329fe24f 100644
--- a/man3/pthread_sigqueue.3
+++ b/man3/pthread_sigqueue.3
@@ -27,6 +27,7 @@
pthread_sigqueue \- queue a signal and data to a thread
.SH SYNOPSIS
.nf
+.B #include <signal.h>
.B #include <pthread.h>
.BI "int pthread_sigqueue(pthread_t " thread ", int " sig ,