Home | History | Annotate | Line # | Download | only in include
      1  1.5  matt /*	$NetBSD: setjmp.h,v 1.5 2008/08/29 18:25:02 matt Exp $	*/
      2  1.1   cgd 
      3  1.1   cgd /*
      4  1.1   cgd  * machine/setjmp.h: machine dependent setjmp-related information.
      5  1.1   cgd  */
      6  1.1   cgd 
      7  1.3  matt #define	_JBLEN	24		/* size, in longs, of a jmp_buf */
      8  1.4  matt /* 11 for sigcontext, 6 for r6-r11, and 7 extra */
      9