Next: sigismember
, Previous: sigignore
, Up: ISO C and POSIX Function Substitutes [Contents][Index]
siginterrupt
Removed in POSIX.1-2024.
POSIX.1-2017 specification:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/siginterrupt.html
Gnulib module: —
Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
sigaction
instead.
Note: POSIX recommends using sigaction
with SA_RESTART instead of
siginterrupt (sig, 0)
.