Sync usage with man page.
[netbsd-mini2440.git] / sys / compat / linux / arch / m68k / linux_sig_machdep.S
blob708fbd78178938736c2ec6f54ca185dd73330e8b
1 /*      $NetBSD: linux_sig_machdep.S,v 1.2 1999/04/19 20:58:38 kleink Exp $     */
3 /*
4  * Written by ITOH Yasufumi.
5  * Public domain.
6  */
8 #include <m68k/asm.h>
9 #include <compat/linux/linux_syscall.h>
12  * Signal "trampoline" code for Linux emulation.
13  * The sigtramp for Linux/m68k is on the stack frame, and this is a dummy.
14  */
15         .align  2
16 GLOBAL(linux_sigcode)
17         moveq   #LINUX_SYS_exit,%d0     | _exit(?)
18         trap    #0
19         .align  2
20 GLOBAL(linux_esigcode)