From 7637140b49f66e115c9a95f434ad9621074ebcb8 Mon Sep 17 00:00:00 2001 From: Geoff Norton Date: Fri, 29 Jan 2010 18:58:53 +0000 Subject: [PATCH] 2010-01-29 Geoff Norton * include/private/gcconfig.h: Don't define NO_PTHREAD_TRYLOCK on darwin-x86 Patch from Tom Philpot (tom.philpot@gmail.com) svn path=/trunk/mono/; revision=150568 --- ChangeLog | 5 +++++ include/private/gcconfig.h | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7650d9c3..f5d69bb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-01-29 Geoff Norton + + * include/private/gcconfig.h: Don't define NO_PTHREAD_TRYLOCK on darwin-x86 + Patch from Tom Philpot (tom.philpot@gmail.com) + 2009-10-25 Zoltan Varga * misc.c (GC_get_suspend_signal): New API function to return the suspend signal diff --git a/include/private/gcconfig.h b/include/private/gcconfig.h index aae3755b..860195c8 100644 --- a/include/private/gcconfig.h +++ b/include/private/gcconfig.h @@ -327,9 +327,6 @@ # endif # include # define GETPAGESIZE() getpagesize() - /* There seems to be some issues with trylock hanging on darwin. This - should be looked into some more */ -# define NO_PTHREAD_TRYLOCK # elif defined(__arm__) # define ARM # define mach_type_known -- 2.40.0