On Jun 13, 2012, at 8:51 PM, John Cowan wrote:

> On Cygwin, _setjmp and _longjmp are supported.  I can test, but probably
> not until next week.

Cool, thanks.  We can probably assume that if it compiles, it works fine.

> On Solaris, _setjmp and _longjmp don't manipulate the signal mask,
> whereas setjmp and longjmp do, according to the man pages.  I can't test
> on Solaris.

Peter mentioned to me that _setjmp is supported on Solaris but not on very
old Solaris (like, 2.5).  Question is, are there any supported
systems that don't support _setjmp at all.  We believe that, if a system
does support _setjmp, it will do the right thing.

Jim


_______________________________________________
Chicken-hackers mailing list
Chicken-hackers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Reply via email to