aboutsummaryrefslogtreecommitdiffstats
path: root/man2/sigqueue.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/sigqueue.2')
-rw-r--r--man2/sigqueue.210
1 files changed, 9 insertions, 1 deletions
diff --git a/man2/sigqueue.2 b/man2/sigqueue.2
index e3b11668f2..67ccf3cbe4 100644
--- a/man2/sigqueue.2
+++ b/man2/sigqueue.2
@@ -20,13 +20,21 @@
.\" added note on self-signaling, aeb, 2002-06-07
.\" added note on CAP_KILL, mtk, 2004-06-16
.\"
-.TH SIGQUEUE 2 2004-06-16 "Linux" "Linux Programmer's Manual"
+.TH SIGQUEUE 2 2007-07-26 "Linux" "Linux Programmer's Manual"
.SH NAME
sigqueue, rt_sigqueueinfo \- queue a signal and data to a process
.SH SYNOPSIS
.B #include <signal.h>
.sp
.BI "int sigqueue(pid_t " pid ", int " sig ", const union sigval " value );
+.sp
+.in -4n
+Feature Test Macro Requirements for glibc (see
+.BR feature_test_macros (7)):
+.in
+.sp
+.BR sigqueue ():
+_POSIX_C_SOURCE\ >=\ 199309L
.SH DESCRIPTION
.BR sigqueue ()
sends the signal specified in