diff options
| author | Rasmus Villemoes <rv@rasmusvillemoes.dk> | 2014-05-21 19:55:28 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-05-22 08:23:27 +0200 |
| commit | d795791f2de3281b62600e7645487f34dc9db30c (patch) | |
| tree | c982df359fc6e09605f2645227e84769eaa8c7a6 | |
| parent | 6729be5418196814636289b40d1123055574de50 (diff) | |
| download | man-pages-d795791f2de3281b62600e7645487f34dc9db30c.tar.gz | |
pthread_sigqueue.3: Add missing #include <signal.h>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man3/pthread_sigqueue.3 | 1 |
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 , |
