Need 87 longs for a jmp_buf now (we use sigcontext, which grew).

This commit is contained in:
thorpej 1998-09-16 23:15:08 +00:00
parent 7b32475079
commit 3d4e54f11f
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/* $NetBSD: setjmp.h,v 1.1 1994/12/20 10:37:05 cgd Exp $ */
/* $NetBSD: setjmp.h,v 1.2 1998/09/16 23:15:08 thorpej Exp $ */
/*
* machine/setjmp.h: machine dependent setjmp-related information.
*/
#define _JBLEN 83 /* size, in longs, of a jmp_buf */
#define _JBLEN 87 /* size, in longs, of a jmp_buf */