aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-08-21 04:20:33 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-08-21 04:20:34 +0000
commita9ec8350b05d3c46656344876cee897616f84f00 (patch)
tree2a50b0121c6bd4fe6ff246f0bf8d4e7d7ce5407d
parent10f5a420eba1504fda05ff1e6347f4e78bdba2d8 (diff)
parent70f3f33c2d2da140ce359f8b27e84bf3385f504c (diff)
downloadbuild-a9ec8350b05d3c46656344876cee897616f84f00.tar.gz
Merge "Remove HAVE_ANDROID_PTHREAD_SETNAME_NP."
-rw-r--r--core/combo/include/arch/linux-arm/AndroidConfig.h8
-rw-r--r--core/combo/include/arch/linux-arm64/AndroidConfig.h8
-rw-r--r--core/combo/include/arch/linux-mips/AndroidConfig.h8
-rw-r--r--core/combo/include/arch/linux-mips64/AndroidConfig.h8
-rw-r--r--core/combo/include/arch/target_linux-x86/AndroidConfig.h8
5 files changed, 0 insertions, 40 deletions
diff --git a/core/combo/include/arch/linux-arm/AndroidConfig.h b/core/combo/include/arch/linux-arm/AndroidConfig.h
index 5a57f4c818..e2a2471775 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
diff --git a/core/combo/include/arch/linux-arm64/AndroidConfig.h b/core/combo/include/arch/linux-arm64/AndroidConfig.h
index 9afeb7ae08..4cd9be190d 100644
--- a/core/combo/include/arch/linux-arm64/AndroidConfig.h
+++ b/core/combo/include/arch/linux-arm64/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
diff --git a/core/combo/include/arch/linux-mips/AndroidConfig.h b/core/combo/include/arch/linux-mips/AndroidConfig.h
index 4f26c4dda0..362acc5be4 100644
--- a/core/combo/include/arch/linux-mips/AndroidConfig.h
+++ b/core/combo/include/arch/linux-mips/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
diff --git a/core/combo/include/arch/linux-mips64/AndroidConfig.h b/core/combo/include/arch/linux-mips64/AndroidConfig.h
index dd642097f9..014daf61d8 100644
--- a/core/combo/include/arch/linux-mips64/AndroidConfig.h
+++ b/core/combo/include/arch/linux-mips64/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
diff --git a/core/combo/include/arch/target_linux-x86/AndroidConfig.h b/core/combo/include/arch/target_linux-x86/AndroidConfig.h
index 8045c1f60a..480a23f0f3 100644
--- a/core/combo/include/arch/target_linux-x86/AndroidConfig.h
+++ b/core/combo/include/arch/target_linux-x86/AndroidConfig.h
@@ -28,14 +28,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