view doc/posix-functions/siginterrupt.texi @ 10237:11dac0bf8a38

Move and fix the obsolescence note.
author Bruno Haible <bruno@clisp.org>
date Sun, 22 Jun 2008 22:02:39 +0200
parents 29502a2dd08a
children cde9c9b93afe
line wrap: on
line source

@node siginterrupt
@section @code{siginterrupt}
@findex siginterrupt

POSIX specification: @url{http://www.opengroup.org/susv3xsh/siginterrupt.html}

Gnulib module: ---

Portability problems fixed by Gnulib:
@itemize
@end itemize

Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
Solaris 2.5.1, mingw, Interix 3.5, BeOS.
@end itemize

Note: POSIX recommends using @code{sigaction} with SA_RESTART instead of
@code{siginterrupt (sig, 0)}.