Move and fix the obsolescence note.
authorBruno Haible <bruno@clisp.org>
Sun, 22 Jun 2008 20:02:39 +0000 (22:02 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 22 Jun 2008 20:02:39 +0000 (22:02 +0200)
ChangeLog
doc/posix-functions/siginterrupt.texi

index 8eab917..b682679 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-06-22  Bruno Haible  <bruno@clisp.org>
 
+       * doc/posix-functions/siginterrupt.texi: Move note.
+
        * lib/signal.in.h (SA_RESTART): New macro.
        * lib/sigaction.c: Update comment.
 
index 68ac3c5..74d8390 100644 (file)
@@ -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)}.