Branch
Hash :
2836eed8
Author :
Date :
2024-08-31T22:36:31
doc: Fix typo. * doc/pastposix-functions/siginterrupt.texi (siginterrupt): Fix typo.
@node siginterrupt
@section @code{siginterrupt}
@findex siginterrupt
Removed in POSIX.1-2024.
POSIX.1-2017 specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/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:
Minix 3.1.8, mingw, MSVC 14.
@item
This function is removed in POSIX.1-2024.
Use the function @code{sigaction} instead.
@end itemize
Note: POSIX recommends using @code{sigaction} with SA_RESTART instead of
@code{siginterrupt (sig, 0)}.