From: Bruno Haible Date: Sun, 22 Jun 2008 20:02:39 +0000 (+0200) Subject: Move and fix the obsolescence note. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e23c2d799d4739dcb0cdd4d5dbc12b7ebf055c5;p=pspp Move and fix the obsolescence note. --- diff --git a/ChangeLog b/ChangeLog index 8eab917113..b6826793a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2008-06-22 Bruno Haible + * doc/posix-functions/siginterrupt.texi: Move note. + * lib/signal.in.h (SA_RESTART): New macro. * lib/sigaction.c: Update comment. diff --git a/doc/posix-functions/siginterrupt.texi b/doc/posix-functions/siginterrupt.texi index 68ac3c5f25..74d8390d54 100644 --- a/doc/posix-functions/siginterrupt.texi +++ b/doc/posix-functions/siginterrupt.texi @@ -15,7 +15,7 @@ Portability problems not fixed by Gnulib: @item This function is missing on some platforms: Solaris 2.5.1, mingw, Interix 3.5, BeOS. - -@item -POSIX recommends using @code{sigaction} with SA_NODEFER instead. @end itemize + +Note: POSIX recommends using @code{sigaction} with SA_RESTART instead of +@code{siginterrupt (sig, 0)}.