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