__sigsetjmp

Name

__sigsetjmp -- save stack context for non-local goto

Synopsis

int __sigsetjmp(jmp_buf env, int savemask);

Description

__sigsetjmp has the same behavior as sigsetjmp as specified by the Single UNIX Specification, Version 2.

__sigsetjmp is not in the source standard; it is only in the binary standard.