minix/lib/nbsd_libc/arch/ia64/sys/__sigtramp2.S
Gianluca Guida b6cbf7203b Import unmodified NetBSD libc in trunk
This patch imports the unmodified current version of NetBSD libc.
The NetBSD includes are in /nbsd_include, while the libc code itself is 
split between lib/nbsd_libc and common/lib/libc.
2011-02-14 19:36:03 +00:00

12 lines
No EOL
345 B
ArmAsm

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