setjmp.h revision 1.4
1/* $NetBSD: setjmp.h,v 1.4 1999/01/15 03:43:56 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 /* Size in longs of jmp_buf */ 11#include <machine/pubassym.h> 12#endif 13