siginterrupt.3: Note that POSIX.1-2008 recommends sigaction() instead

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-03-15 07:55:38 +13:00
parent 3f14817bd4
commit 0ae4b67fdd
1 changed files with 6 additions and 2 deletions

View File

@ -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 2007-07-26 "" "Linux Programmer's Manual"
.TH SIGINTERRUPT 3 2009-03-15 "" "Linux Programmer's Manual"
.SH NAME
siginterrupt \- allow signals to interrupt system calls
.SH SYNOPSIS
@ -77,6 +77,10 @@ The specified signal number is invalid.
4.3BSD, POSIX.1-2001.
POSIX.1-2008 marks
.BR siginterrupt ()
as obsolete.
as obsolete, recommending the use of
.BR sigaction (2)
with the
.B SA_RESTART
flag instead.
.SH "SEE ALSO"
.BR signal (2)