summaryrefslogtreecommitdiffstats
path: root/core/combo/include/arch/linux-arm
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2015-01-27 14:34:36 -0800
committerYabin Cui <yabinc@google.com>2015-01-27 14:34:36 -0800
commit0d1f0f8e5af89348c7c43b744dbe50433810ed0f (patch)
treeb71cd4f301c4277fa72bd832abfcc0e2e125aa9e /core/combo/include/arch/linux-arm
parent1b140e16e1d8dd022331242fcd5a3a1e8548fa4b (diff)
downloadbuild-0d1f0f8e5af89348c7c43b744dbe50433810ed0f.zip
build-0d1f0f8e5af89348c7c43b744dbe50433810ed0f.tar.gz
build-0d1f0f8e5af89348c7c43b744dbe50433810ed0f.tar.bz2
Kill HAVE_PTHREADS.
Bug: 19083585 Change-Id: I5be0d2f95c3c45e7f67de6a8daeb49709ef1f9e9
Diffstat (limited to 'core/combo/include/arch/linux-arm')
-rw-r--r--core/combo/include/arch/linux-arm/AndroidConfig.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/core/combo/include/arch/linux-arm/AndroidConfig.h b/core/combo/include/arch/linux-arm/AndroidConfig.h
index 77c165e..b1c963e 100644
--- a/core/combo/include/arch/linux-arm/AndroidConfig.h
+++ b/core/combo/include/arch/linux-arm/AndroidConfig.h
@@ -33,15 +33,6 @@
*/
/*
- * Threading model. Choose one:
- *
- * HAVE_PTHREADS - use the pthreads library.
- * HAVE_WIN32_THREADS - use Win32 thread primitives.
- * -- combine HAVE_CREATETHREAD, HAVE_CREATEMUTEX, and HAVE__BEGINTHREADEX
- */
-#define HAVE_PTHREADS
-
-/*
* Define if we have <malloc.h> header
*/
#define HAVE_MALLOC_H