b6cbf7203b
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.
12 lines
No EOL
345 B
ArmAsm
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) |