Name
__sigsetjmp -- save stack context for non-local goto
Synopsis
int __sigsetjmp(jmp_buf env, int savemask); |
Description
__sigsetjmp(env, savemask) has the same behavior as sigsetjmp(env, savemask) as specified by POSIX.
__sigsetjmp is not in the source standard; it is only in the binary standard.