From 61e871fe7ec093f258fee3cd3b304592f5d6c2f7 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Wed, 11 Nov 2009 00:05:54 +0000 Subject: [PATCH] Removes extra define of HAVE_PTHREAD_RW_LOCK. This define was added to Android and later upstreamed to webkit.org at a slightly different location. The latest WebKit merge caused both defines to be used. See https://bugs.webkit.org/show_bug.cgi?id=30713 Change-Id: Ib68ceddb57868903661a1d2e3fedf9e092222091 --- JavaScriptCore/wtf/Platform.h | 1 - 1 file changed, 1 deletion(-) diff --git a/JavaScriptCore/wtf/Platform.h b/JavaScriptCore/wtf/Platform.h index cde4c179e..bc25c8c55 100644 --- a/JavaScriptCore/wtf/Platform.h +++ b/JavaScriptCore/wtf/Platform.h @@ -505,7 +505,6 @@ #endif #define HAVE_READLINE 1 #define HAVE_RUNLOOP_TIMER 1 -#define HAVE_PTHREAD_RWLOCK 1 #endif /* PLATFORM(MAC) && !PLATFORM(IPHONE) */ #if PLATFORM(CHROMIUM) && PLATFORM(DARWIN) -- 2.11.0