]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/sigvec.3
Added/updated glibc feature test macro requirements
[thirdparty/man-pages.git] / man3 / sigvec.3
index 207973b7044282d0f9532e07c94d28bb49cf7a33..13e0bb715a8ac1ba8be4308cde2b01b7eb1e71e9 100644 (file)
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
-.TH SIGVEC 3 2005-12-01 "Linux" "Linux Programmer's Manual"
+.TH SIGVEC 3 2007-07-26 "Linux" "Linux Programmer's Manual"
 .SH NAME
 sigvec, sigblock, sigsetmask, siggetmask, sigmask \- BSD signal API
 .SH SYNOPSIS
-.B #define _BSD_SOURCE
-.br
 .B #include <signal.h>
 .sp
 .BI "int sigvec(int " sig ", struct sigvec *" vec ", struct sigvec *" ovec );
@@ -35,6 +33,15 @@ sigvec, sigblock, sigsetmask, siggetmask, sigmask \- BSD signal API
 .BI "int sigsetmask(int " mask );
 .sp
 .B int siggetmask(void);
+.sp
+.in -4n
+Feature Test Macro Requirements for glibc (see
+.BR feature_test_macros (7)):
+.in
+.sp
+All of the functions described on this page:
+_BSD_SOURCE
+.br
 .SH DESCRIPTION
 These functions are provided in glibc as a compatibility interface
 for programs that make use of the historical BSD signal API.
@@ -245,5 +252,4 @@ for details.
 .BR raise (3),
 .BR sigpause (3),
 .BR sigset (3),
-.BR feature_test_macros (7),
 .BR signal (7)