Next: , Previous: , Up: ISO C and POSIX Function Substitutes   [Contents][Index]


10.1021 siginterrupt

POSIX specification:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/siginterrupt.html

Gnulib module: —

Portability problems fixed by Gnulib:

Portability problems not fixed by Gnulib:

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