diff options
Diffstat (limited to 'core/combo/include/arch/linux-arm/AndroidConfig.h')
-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 dc64788..31fa7eb 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 |