2 @section @code{siginterrupt}
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/siginterrupt.html}
9 Portability problems fixed by Gnulib:
13 Portability problems not fixed by Gnulib:
16 This function is missing on some platforms:
17 Minix 3.1.8, IRIX 5.3, Solaris 2.5.1, mingw, Interix 3.5, BeOS.
20 Note: POSIX recommends using @code{sigaction} with SA_RESTART instead of
21 @code{siginterrupt (sig, 0)}.