dbebd9b148
XXX Actually, libc appears to use only 7 of the previous 10, so increasing the size isn't actually necessary! But there was a gap at the end before, so we'll keep it.
8 lines
194 B
C
8 lines
194 B
C
/* $NetBSD: setjmp.h,v 1.2 1998/09/14 21:31:52 thorpej Exp $ */
|
|
|
|
/*
|
|
* machine/setjmp.h: machine dependent setjmp-related information.
|
|
*/
|
|
|
|
#define _JBLEN 13 /* size, in longs, of a jmp_buf */
|