mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 05:00:14 -04:00
9 lines
242 B
C
9 lines
242 B
C
/* $NetBSD: setjmp.h,v 1.5 2008/08/29 18:25:02 matt Exp $ */
|
|
|
|
/*
|
|
* machine/setjmp.h: machine dependent setjmp-related information.
|
|
*/
|
|
|
|
#define _JBLEN 24 /* size, in longs, of a jmp_buf */
|
|
/* 11 for sigcontext, 6 for r6-r11, and 7 extra */
|