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