Need 13 longs for jmp_buf now; 128-bit signal mask.
This commit is contained in:
parent
95807e512a
commit
6385066c76
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue