From 8e23c2d799d4739dcb0cdd4d5dbc12b7ebf055c5 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 22 Jun 2008 22:02:39 +0200 Subject: [PATCH] Move and fix the obsolescence note. --- ChangeLog | 2 ++ doc/posix-functions/siginterrupt.texi | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) 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)}. -- 2.11.0