Subject: Re: SYS_sigaction on NetBSD ?
To: Marc Recht <marc@informatik.uni-bremen.de>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: tech-kern
Date: 01/23/2003 08:45:58
On Thu, Jan 23, 2003 at 05:07:39PM +0100, Marc Recht wrote:
> The code in question is in a 3rd party app - mono. It seems they're doing
> it because of LinuxThreads deficiencies. I've found one citation of gcc's
> libjava (include/i386-signal.h) in their mailing-list.
Uh... eek.
> I guess NetBSD does "The Right Thing" and sigaction() could be my friend..
Yes, NetBSD's sigaction() does the right thing, so you do not need this
Linux-specific kludge.
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>