Subject: Re: setjmp, sigsetjmp, siglongjmp,_setjmp
To: Ignatios Souvatzis <is@beverly.rhein.de>
From: Charles M. Hannum <mycroft@mit.edu>
List: port-m68k
Date: 08/17/1996 11:07:51
mycroft@MIT.EDU (Charles M. Hannum) writes:

> 
> SVR4 has getcontext() and setcontext() system calls for things like
> this.

It's been pointed out to me that [gs]etcontext() also wins in that you
can have siglongjmp() jump off the signal stack.  Perhaps this is the
way we should go.