1 /* $OpenBSD: setjmp.h,v 1.3 2011/03/23 16:54:36 pirofti Exp $ */ 2 3 /* Public domain */ 4 5 #ifndef _MIPS64_SETJMP_H_ 6 #define _MIPS64_SETJMP_H_ 7 8 #define _JBLEN 83 /* size, in longs, of a jmp_buf */ 9 10 #endif /* !_MIPS64_SETJMP_H_ */ 11