Home | History | Annotate | Download | only in machine
      1 /*	$OpenBSD: setjmp.h,v 1.2 2004/08/10 21:10:56 pefo Exp $	*/
      2 
      3 /* Public domain */
      4 
      5 #ifndef _MIPS_SETJMP_H_
      6 #define _MIPS_SETJMP_H_
      7 
      8 #define	_JBLEN	157		/* size, in longs, of a jmp_buf */
      9 
     10 #endif /* !_MIPS_SETJMP_H_ */
     11