setjmp.h revision 1.3
1/* $NetBSD: setjmp.h,v 1.3 1999/01/14 18:45:45 castor Exp $ */ 2 3/* 4 * mips/setjmp.h: machine dependent setjmp-related information. 5 * 6 * For the size of this, refer to <machine/signal.h> as this uses the 7 * struct sigcontext to restore it. 8 */ 9 10#ifndef __JBLEN 11#include <machine/pubassym.h> 12#endif 13 14#define _JBLEN __JBLEN /* Size in longs of jmp_buf */ 15