Need 13 longs for jmp_buf now; 128-bit signal mask.

This commit is contained in:
thorpej 1998-09-16 23:13:57 +00:00
parent 95807e512a
commit 6385066c76
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:01 cgd Exp $ */
/* $NetBSD: setjmp.h,v 1.2 1998/09/16 23:13:57 thorpej Exp $ */
/*
* machine/setjmp.h: machine dependent setjmp-related information.
*/
#define _JBLEN 10 /* size, in longs, of a jmp_buf */
#define _JBLEN 13 /* size, in longs, of a jmp_buf */