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/siginterrupt.3 | |
| parent | 86c256953d62ba083f7ef6adcc5b4063f0b51d2b (diff) | |
| download | man-pages-cc4615cc788aa749f34483abd33ba2b4a31d30f0.tar.gz | |
Added/updated glibc feature test macro requirements
Diffstat (limited to 'man3/siginterrupt.3')
| -rw-r--r-- | man3/siginterrupt.3 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/man3/siginterrupt.3 b/man3/siginterrupt.3 index 498942bdc2..315d245c3f 100644 --- a/man3/siginterrupt.3 +++ b/man3/siginterrupt.3 @@ -26,7 +26,7 @@ .\" 386BSD man pages .\" Modified Sun Jul 25 10:40:51 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sun Apr 14 16:20:34 1996 by Andries Brouwer (aeb@cwi.nl) -.TH SIGINTERRUPT 3 1993-04-13 "" "Linux Programmer's Manual" +.TH SIGINTERRUPT 3 2007-07-26 "" "Linux Programmer's Manual" .SH NAME siginterrupt \- allow signals to interrupt system calls .SH SYNOPSIS @@ -35,6 +35,14 @@ siginterrupt \- allow signals to interrupt system calls .sp .BI "int siginterrupt(int " sig ", int " flag ); .fi +.sp +.in -4n +Feature Test Macro Requirements for glibc (see +.BR feature_test_macros (7)): +.in +.sp +.BR siginterrupt (): +_BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 .SH DESCRIPTION The .BR siginterrupt () |
