Move and fix the obsolescence note.
[pspp] / doc / posix-functions / siginterrupt.texi
index 68ac3c5f2556eb89def3d00e28ee36f1ec33dbf6..74d8390d546aa65cdb5911823d5597337c61507e 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)}.