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:43:42
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 not be using the SYS_* system call constants *at all*.  Instead,
you should simply use the function call entry points for these system calls
which are provided by libc.  In this case, sigaction(2).

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>