Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / mips / include / setjmp.h
blob4717292e922d230cee596b47765bdd5d2af22e37
1 /* $NetBSD: setjmp.h,v 1.8 2009/08/12 05:12:58 matt Exp $ */
3 /*
4 * mips/setjmp.h: machine dependent setjmp-related information.
6 * For the size of this, refer to <machine/signal.h> as this uses the
7 * struct sigcontext to restore it.
8 */
10 #define _JBLEN 87 /* XXX Naively 84; 87 for compatibility */
11 #ifdef __mips_n32
12 #define _BSD_JBSLOT_T_ long long
13 #endif