Bug 314289 (MONO56449) - On NetBSD SA_STACK isn't defined
Summary: On NetBSD SA_STACK isn't defined
Status: RESOLVED FIXED
Alias: MONO56449
Product: Mono: Runtime
Classification: Mono
Component: misc (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Mono Bugs
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2004-04-04 13:45 UTC by Marc Recht
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 18:32:40 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".