1 1.2 skrll /* $NetBSD: __sigtramp2.S,v 1.2 2020/10/15 05:50:14 skrll 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.2 skrll 7 1.1 cherry ENTRY(__sigtramp_siginfo_2, 2) 8 1.1 cherry /* XXX: get pointer to ucontext */ 9 1.2 skrll /* setcontext() ie. CALLSYS_NOERROR(setcontext) */ 10 1.1 cherry /* get error code */ 11 1.1 cherry CALLSYS_NOERROR(exit) /* exit */ 12 1.2 skrll END(__sigtramp_siginfo_2) 13