I'd like to understand the usage of sigsetjmp()
. But I am yet to find a standalone explanation. For example, the following URL mentions other functions like setjmp()
and longjmp()
, which I don't care. Consequently, I can not follow the explanation there.
Could anybody provide a stand-alone explanation of sigsetjmp()
? Thanks.
P.S. The manpage is also hard to follow.