Subject: Re: sigsetjmp (), siglongjmp ()
To: J.T. Conklin <jconklin@netcom.com>
From: Michael K. Sanders <msanders@ataxia.res.wpi.edu>
List: current-users
Date: 11/14/1994 12:02:53
>> The hdrs/defs.h file needs to be modified as follows:
>> 
>> 683c683
>> < #if defined(POSIX_SIGNALS) && !defined(__386BSD__) && !defined (__NetBSD__)

>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. 

I don't doubt that this is true, but I have to wonder why the
!defined(__386BSD__) is in there in that case... Is that not the i386 port?

 -- Mike