From: Paolo Molaro Date: Tue, 21 Mar 2006 16:44:24 +0000 (+0000) Subject: Completed fix from Bryan Berg. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=255427dd8e631f72bd76ee02cfd78089809d01fa;p=gc Completed fix from Bryan Berg. svn path=/trunk/mono/; revision=58225 --- diff --git a/ChangeLog b/ChangeLog index cc566f4b..fd6a2ced 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ Mon Mar 20 18:56:21 CET 2006 Paolo Molaro * include/gc.h: enable pthread redirection on darwin, too. + * include/gc_pthread_redirects.h: completed from Bryan Berg. Thu Feb 9 16:20:55 CET 2006 Paolo Molaro diff --git a/include/gc_pthread_redirects.h b/include/gc_pthread_redirects.h index 5cc8d473..f42b0f6a 100644 --- a/include/gc_pthread_redirects.h +++ b/include/gc_pthread_redirects.h @@ -46,7 +46,7 @@ #endif /* SOLARIS_THREADS || SOLARIS_PTHREADS */ -#if !defined(GC_USE_LD_WRAP) && defined(GC_PTHREADS) && !defined(GC_SOLARIS_PTHREADS) +#if !defined(GC_USE_LD_WRAP) && (defined(GC_PTHREADS) || defined(GC_DARWIN_THREADS) || defined(GC_MACOSX_THREADS)) && !defined(GC_SOLARIS_PTHREADS) /* We treat these similarly. */ # include # include