repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git]
/
lib
/
libc
/
arch
/
ia64
/
sys
/
__sigtramp2.S
blob
02731a6a118d54ab28d5174b102d4e7781020325
1
/* $NetBSD$ */
2
3
#include "SYS.h"
4
5
/* XXX: Fix this when we look at signal handling */
6
7
ENTRY(__sigtramp_siginfo_2, 2)
8
/* XXX: get pointer to ucontext */
9
/* setcontext() ie. CALLSYS_NOERROR(setcontext) */
10
/* get error code */
11
CALLSYS_NOERROR(exit) /* exit */
12
END(__sigtramp_siginfo_2)