1/* $NetBSD: __sigtramp2.S,v 1.1 2006/09/23 17:39:34 cherry Exp $ */ 2 3#include "SYS.h" 4 5/* XXX: Fix this when we look at signal handling */ 6 7ENTRY(__sigtramp_siginfo_2, 2) 8 /* XXX: get pointer to ucontext */ 9 /* setcontext() ie. CALLSYS_NOERROR(setcontext) */ 10 /* get error code */ 11 CALLSYS_NOERROR(exit) /* exit */ 12END(__sigtramp_siginfo_2)