Need extra stack space for iBCS2 syscall conversion.
This commit is contained in:
parent
b0d890f90a
commit
d87fa72a16
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: exec.h,v 1.44 1994/07/16 06:32:47 cgd Exp $ */
|
/* $NetBSD: exec.h,v 1.45 1994/08/15 22:04:47 mycroft Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1994 Christopher G. Demetriou
|
* Copyright (c) 1994 Christopher G. Demetriou
|
||||||
|
@ -69,7 +69,7 @@ struct ps_strings {
|
||||||
* address of this gap may need alignment, so use this to reference it:
|
* address of this gap may need alignment, so use this to reference it:
|
||||||
* (caddr_t)ALIGN(PS_STRINGS - szsigcode - STACKGAPLEN);
|
* (caddr_t)ALIGN(PS_STRINGS - szsigcode - STACKGAPLEN);
|
||||||
*/
|
*/
|
||||||
#if defined(COMPAT_SUNOS) || defined(COMPAT_ULTRIX)
|
#if defined(COMPAT_SUNOS) || defined(COMPAT_ULTRIX) || defined(COMPAT_IBCS2)
|
||||||
#define STACKGAPLEN 400 /* plenty enough for now */
|
#define STACKGAPLEN 400 /* plenty enough for now */
|
||||||
#else
|
#else
|
||||||
#define STACKGAPLEN 0
|
#define STACKGAPLEN 0
|
||||||
|
|
Loading…
Reference in New Issue