bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sigaction, SA_SIGINFO, and SIG_IGN


From: Bruno Haible
Subject: Re: sigaction, SA_SIGINFO, and SIG_IGN
Date: Sun, 22 Jun 2008 22:02:09 +0200
User-agent: KMail/1.5.4

The fact that the next POSIX calls siginterrupt 'obsolescent' is something that
cannot be fixed by gnulib; therefore IMO it belongs outside the list of things
that gnulib does not fix.

Also, siginterrupt is related to SA_RESTART, not SA_NODEFER.


2008-06-22  Bruno Haible  <address@hidden>

        * doc/posix-functions/siginterrupt.texi: Move note.

--- doc/posix-functions/siginterrupt.texi.orig  2008-06-22 22:00:39.000000000 
+0200
+++ doc/posix-functions/siginterrupt.texi       2008-06-22 21:58:59.000000000 
+0200
@@ -15,7 +15,7 @@
 @item
 This function is missing on some platforms:
 Solaris 2.5.1, mingw, Interix 3.5, BeOS.
-
address@hidden
-POSIX recommends using @code{sigaction} with SA_NODEFER instead.
 @end itemize
+
+Note: POSIX recommends using @code{sigaction} with SA_RESTART instead of
address@hidden (sig, 0)}.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]