]> granicus.if.org Git - gc/commitdiff
Mon Mar 20 18:56:21 CET 2006 Paolo Molaro <lupus@ximian.com>
authorPaolo Molaro <lupus@oddwiz.org>
Mon, 20 Mar 2006 17:56:52 +0000 (17:56 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 11:28:02 +0000 (15:28 +0400)
* include/gc.h: enable pthread redirection on darwin, too.

svn path=/trunk/mono/; revision=58193

ChangeLog
include/gc.h

index b5b5d300846d9dd2072e5be001a3ef07fc6d444a..cc566f4b9f7746ba9b89c2fafdb61b608eba1f2d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
 
+Mon Mar 20 18:56:21 CET 2006 Paolo Molaro <lupus@ximian.com>
+
+       * include/gc.h: enable pthread redirection on darwin, too.
+
 Thu Feb 9 16:20:55 CET 2006 Paolo Molaro <lupus@ximian.com>
 
        * os_dep.c, include/private/gcconfig.h, darwin_stop_world.c:
index 84d5735a8ef619bf245fcc3f87c19f3156c215e3..e210f13c02e1ab4f3ef5bd64899d1bef5208be70 100644 (file)
@@ -894,7 +894,7 @@ GC_API void (*GC_is_visible_print_proc)
 /* thread library calls.  We do that here by macro defining them.      */
 
 #if !defined(GC_USE_LD_WRAP) && \
-    (defined(GC_PTHREADS) || defined(GC_SOLARIS_THREADS))
+    (defined(GC_PTHREADS) || defined(GC_SOLARIS_THREADS) || defined(GC_DARWIN_THREADS) || defined(GC_MACOSX_THREADS))
 #if defined(_IN_LIBGC) || defined(USE_INCLUDED_LIBGC)
 # include "gc_pthread_redirects.h"
 #else