Subject: Re: sigsetjmp (), siglongjmp ()
To: Michael K. Sanders <msanders@ataxia.res.wpi.edu>
From: J.T. Conklin <jconklin@netcom.com>
List: current-users
Date: 11/14/1994 09:00:03
> > Specifically, the symbols _siglongjmp and _sigsetjmp are not defined.
>
> The hdrs/defs.h file needs to be modified as follows:
>
> 683c683
> < #if defined(POSIX_SIGNALS) && !defined(__386BSD__) && !defined (__NetBSD__)
> ---
> > #if defined(POSIX_SIGNALS) && !defined(__386BSD__)
>
> And all should be well. Hope that helps.
Please don't forward this patch to the Elm developers, as some NetBSD
ports have sigsetjmp() and siglongjmp(). I know the i386 port does, as I
did it myself.
It's not that difficult to do, I'd like to so the other ports implement
them too.
--jtc