Next: , Previous: , Up: Function Substitutes   [Contents][Index]


9.953 siginterrupt

POSIX specification:
http://www.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).