Need extra stack space for iBCS2 syscall conversion.

This commit is contained in:
mycroft 1994-08-15 22:04:47 +00:00
parent b0d890f90a
commit d87fa72a16
1 changed files with 2 additions and 2 deletions

View File

@ -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
@ -69,7 +69,7 @@ struct ps_strings {
* address of this gap may need alignment, so use this to reference it:
* (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 */
#else
#define STACKGAPLEN 0