Subject: Re: SYS_sigaction on NetBSD ?
To: Marc Recht <marc@informatik.uni-bremen.de>
From: Christoph Hellwig <hch@infradead.org>
List: tech-kern
Date: 01/23/2003 15:30:43
On Thu, Jan 23, 2003 at 11:51:06AM +0100, Marc Recht wrote:
> I'm not quite sure if I unstand this correctly.. Does it mean I should use 
> SYS___sigaction_sigtramp on -current ? Or am I just fine with 
> SYS___sigaction14 (which seems to do the sigtramp magic for me) ?

You should probably just use libc's sigaction() entry point and forget
about it's actual implementation..