Subject: Re: SA_INTERRUPT
To: None <tech-kern@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: tech-kern
Date: 11/05/2003 22:25:49
In article <Pine.GSO.4.55.0311051319000.14001@verdi.NMSU.Edu>,
Yosep <yoskim@NMSU.Edu> wrote:
>
>Hi!
>
>I am making a package out of a software that needs to use SA_INTERRUPT
>variable which should've been defined in <sys/signal.h>.  But, our NetBSD
>does not have this variable set.  Does anyone know what would be the
>approriate value I need to define SA_INTERRUPT as?  I googled it, and some
>documents suggested "#define SA_INTERRUPT 0" or some "#define SA_INTERRUPT
>0x0002" or some other hex number.  Thank you very much in advance.

Yes, SA_INTERRUPT should be defined to be 0. We have SA_RESTART = 2 which
is the opposite and is turned off by default.

christos