diff options
author | Elliott Hughes <enh@google.com> | 2014-08-21 04:20:33 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-08-21 04:20:34 +0000 |
commit | a9ec8350b05d3c46656344876cee897616f84f00 (patch) | |
tree | 2a50b0121c6bd4fe6ff246f0bf8d4e7d7ce5407d /core/combo/include/arch/linux-arm | |
parent | 10f5a420eba1504fda05ff1e6347f4e78bdba2d8 (diff) | |
parent | 70f3f33c2d2da140ce359f8b27e84bf3385f504c (diff) | |
download | build-a9ec8350b05d3c46656344876cee897616f84f00.zip build-a9ec8350b05d3c46656344876cee897616f84f00.tar.gz build-a9ec8350b05d3c46656344876cee897616f84f00.tar.bz2 |
Merge "Remove HAVE_ANDROID_PTHREAD_SETNAME_NP."
Diffstat (limited to 'core/combo/include/arch/linux-arm')
-rw-r--r-- | core/combo/include/arch/linux-arm/AndroidConfig.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/core/combo/include/arch/linux-arm/AndroidConfig.h b/core/combo/include/arch/linux-arm/AndroidConfig.h index 5a57f4c..e2a2471 100644 --- a/core/combo/include/arch/linux-arm/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm/AndroidConfig.h @@ -42,14 +42,6 @@ #define HAVE_PTHREADS /* - * Do we have pthread_setname_np()? - * - * (HAVE_PTHREAD_SETNAME_NP is used by WebKit to enable a function with - * the same name but different parameters, so we can't use that here.) - */ -#define HAVE_ANDROID_PTHREAD_SETNAME_NP - -/* * Do we have the futex syscall? */ #define HAVE_FUTEX |