diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-07-08 12:11:40 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-07-08 12:11:40 +0000 |
| commit | cc4615cc788aa749f34483abd33ba2b4a31d30f0 (patch) | |
| tree | 97070128f611af532551a19bb8062597b22cabd8 /man3/sigvec.3 | |
| parent | 86c256953d62ba083f7ef6adcc5b4063f0b51d2b (diff) | |
| download | man-pages-cc4615cc788aa749f34483abd33ba2b4a31d30f0.tar.gz | |
Added/updated glibc feature test macro requirements
Diffstat (limited to 'man3/sigvec.3')
| -rw-r--r-- | man3/sigvec.3 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/man3/sigvec.3 b/man3/sigvec.3 index 207973b704..13e0bb715a 100644 --- a/man3/sigvec.3 +++ b/man3/sigvec.3 @@ -18,12 +18,10 @@ .\" 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) |
