tools/llvm: Do not build with symbols
[minix3.git] / lib / libc / arch / ia64 / sys / __sigtramp2.S
bloba305ed4ffdde76cf6b40b644f7b4c9b81cb1f18c
1 /*      $NetBSD: __sigtramp2.S,v 1.1 2006/09/23 17:39:34 cherry Exp $   */
3 #include "SYS.h"
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)