From 0ae4b67fdd348f87588516255fe998dbfc069553 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 15 Mar 2009 07:55:38 +1300 Subject: [PATCH] siginterrupt.3: Note that POSIX.1-2008 recommends sigaction() instead Signed-off-by: Michael Kerrisk --- man3/siginterrupt.3 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/man3/siginterrupt.3 b/man3/siginterrupt.3 index af0f18f1b..ad8e2733b 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 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)