setjmp.h revision 1.3
11.2Sthorpej/*	$NetBSD: setjmp.h,v 1.3 1999/01/14 18:45:45 castor Exp $	*/
21.1Scgd
31.1Scgd/*
41.3Scastor * mips/setjmp.h: machine dependent setjmp-related information.
51.3Scastor *
61.3Scastor * For the size of this, refer to <machine/signal.h> as this uses the
71.3Scastor * struct sigcontext to restore it.
81.1Scgd */
91.1Scgd
101.3Scastor#ifndef __JBLEN
111.3Scastor#include <machine/pubassym.h>
121.3Scastor#endif
131.3Scastor
141.3Scastor#define _JBLEN __JBLEN	/* Size in longs of jmp_buf */
15