Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2009-10-26 23:07:31 +0300
committerZoltan Varga <vargaz@gmail.com>2009-10-26 23:07:31 +0300
commit9ee1c60455977473bd2144d82233f09913e0caa6 (patch)
tree63aacec58cf417ada00d852612fbe7fb8ef950d2 /libgc/misc.c
parent8aed410a55d2815d7a1ac38ee9ff68b46bfb7e27 (diff)
Really fix the osx build.
svn path=/trunk/mono/; revision=144873
Diffstat (limited to 'libgc/misc.c')
-rw-r--r--libgc/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgc/misc.c b/libgc/misc.c
index a4b5d5182bc..22fc564c895 100644
--- a/libgc/misc.c
+++ b/libgc/misc.c
@@ -470,7 +470,7 @@ size_t GC_get_total_bytes GC_PROTO(())
int GC_get_suspend_signal GC_PROTO(())
{
-#if defined(SIG_SUSPEND) && defined(GC_PTHREADS)
+#if defined(SIG_SUSPEND) && defined(GC_PTHREADS) && !defined(GC_MACOSX_THREADS)
return SIG_SUSPEND;
#else
return -1;