changeset 10237:11dac0bf8a38

Move and fix the obsolescence note.
author Bruno Haible <bruno@clisp.org>
date Sun, 22 Jun 2008 22:02:39 +0200
parents d7f97416cbe1
children 22aa2c7c5a43
files ChangeLog doc/posix-functions/siginterrupt.texi
diffstat 2 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Jun 22 21:54:08 2008 +0200
+++ b/ChangeLog	Sun Jun 22 22:02:39 2008 +0200
@@ -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.
 
--- a/doc/posix-functions/siginterrupt.texi	Sun Jun 22 21:54:08 2008 +0200
+++ b/doc/posix-functions/siginterrupt.texi	Sun Jun 22 22:02:39 2008 +0200
@@ -15,7 +15,7 @@
 @item
 This function is missing on some platforms:
 Solaris 2.5.1, mingw, Interix 3.5, BeOS.
+@end itemize
 
-@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)}.