diff options
author | Yabin Cui <yabinc@google.com> | 2015-01-27 14:34:36 -0800 |
---|---|---|
committer | Yabin Cui <yabinc@google.com> | 2015-01-27 14:34:36 -0800 |
commit | 0d1f0f8e5af89348c7c43b744dbe50433810ed0f (patch) | |
tree | b71cd4f301c4277fa72bd832abfcc0e2e125aa9e /core/combo/include/arch/linux-x86 | |
parent | 1b140e16e1d8dd022331242fcd5a3a1e8548fa4b (diff) | |
download | build-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-x86')
-rw-r--r-- | core/combo/include/arch/linux-x86/AndroidConfig.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/core/combo/include/arch/linux-x86/AndroidConfig.h b/core/combo/include/arch/linux-x86/AndroidConfig.h index c6b02d0..a2897bc 100644 --- a/core/combo/include/arch/linux-x86/AndroidConfig.h +++ b/core/combo/include/arch/linux-x86/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 - -/* * We need to choose between 32-bit and 64-bit off_t. All of our code should * agree on the same size. For desktop systems, use 64-bit values, * because some of our libraries (e.g. wxWidgets) expect to be built that way. |