From: Bruno Haible Date: Sun, 22 Jun 2008 20:02:39 +0000 (+0200) Subject: Move and fix the obsolescence note. X-Git-Tag: v0.1~7233 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=8e23c2d799d4739dcb0cdd4d5dbc12b7ebf055c5;p=gnulib.git Move and fix the obsolescence note. --- diff --git a/ChangeLog b/ChangeLog index 8eab91711..b6826793a 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 68ac3c5f2..74d8390d5 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)}.