forked from openkylin/platform_build
Remove HAVE_ANDROID_PTHREAD_SETNAME_NP.
https://android-review.googlesource.com/104945 removes the only user. Change-Id: I303d941036ab889ab747f26561506a5e1c93f0c2
This commit is contained in:
parent
36ba1db405
commit
70f3f33c2d
|
@ -41,14 +41,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?
|
||||
*/
|
||||
|
|
|
@ -41,14 +41,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?
|
||||
*/
|
||||
|
|
|
@ -41,14 +41,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?
|
||||
*/
|
||||
|
|
|
@ -41,14 +41,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?
|
||||
*/
|
||||
|
|
|
@ -27,14 +27,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?
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue