From b1650c1c0480d193a56c091f1bfbc155c19dafcc Mon Sep 17 00:00:00 2001 From: Paolo Molaro Date: Mon, 20 Mar 2006 17:56:52 +0000 Subject: [PATCH] Mon Mar 20 18:56:21 CET 2006 Paolo Molaro * include/gc.h: enable pthread redirection on darwin, too. svn path=/trunk/mono/; revision=58193 --- ChangeLog | 4 ++++ include/gc.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b5b5d300..cc566f4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ +Mon Mar 20 18:56:21 CET 2006 Paolo Molaro + + * include/gc.h: enable pthread redirection on darwin, too. + Thu Feb 9 16:20:55 CET 2006 Paolo Molaro * os_dep.c, include/private/gcconfig.h, darwin_stop_world.c: diff --git a/include/gc.h b/include/gc.h index 84d5735a..e210f13c 100644 --- a/include/gc.h +++ b/include/gc.h @@ -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 -- 2.40.0