Bugzilla – Bug 314289
On NetBSD SA_STACK isn't defined
Last modified: 2007-09-15 21:24:46 UTC
---- Reported by recht@netbsd.org 2004-04-04 06:45:38 MST ---- Description of Problem: On NetBSD SA_STACK isn't defined. Steps to reproduce the problem: 1. make Additional Information: --- mono/mini/mini-x86.h.orig 2004-03-20 15:40:23.000000000 +0100 +++ mono/mini/mini-x86.h 2004-03-20 15:40:52.000000000 +0100 @@ -43,6 +43,9 @@ #ifdef HAVE_WORKING_SIGALTSTACK #define MONO_ARCH_SIGSEGV_ON_ALTSTACK +#ifndef SA_STACK +#define SA_STACK SA_ONSTACK +#endif #endif #endif ---- Additional Comments From gonzalo@ximian.com 2004-04-04 07:14:06 MST ---- Patch applied. Thanks! Unknown bug field "cf_op_sys_details" encountered while moving bug <cf_op_sys_details>NetBSD 2.0_BETA i386</cf_op_sys_details> Unknown operating system other. Setting to default OS "Other".