From 98ff711a5d6f81daf263e2ce535e47babf4cbd92 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 3 Apr 2015 13:41:10 -0700 Subject: [PATCH] There's no such thing as _THREAD_SAFE. At least, as far as I can tell from the internet and from grep in /usr/include on a Mac. Change-Id: I7f39bb2013db88e59f604e4491344d0d342e5f0b --- core/combo/include/arch/darwin-x86/AndroidConfig.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/combo/include/arch/darwin-x86/AndroidConfig.h b/core/combo/include/arch/darwin-x86/AndroidConfig.h index b4cc167212..2673640de6 100644 --- a/core/combo/include/arch/darwin-x86/AndroidConfig.h +++ b/core/combo/include/arch/darwin-x86/AndroidConfig.h @@ -32,11 +32,6 @@ * comments. */ -/* - * Add any extra platform-specific defines here. - */ -#define _THREAD_SAFE - /* * Define if we have header */