merge from open-source master

Change-Id: Ibc43e8da821400022726b119940708efb052908b
This commit is contained in:
The Android Open Source Project 2010-06-22 14:21:21 -07:00
commit 6d4113f859
3 changed files with 15 additions and 0 deletions

View File

@ -41,6 +41,11 @@
*/
#define HAVE_PTHREADS
/*
* Do we have pthread_setname_np()?
*/
#define HAVE_PTHREAD_SETNAME_NP
/*
* Do we have the futex syscall?
*/

View File

@ -41,6 +41,11 @@
*/
#define HAVE_PTHREADS
/*
* Do we have pthread_setname_np()?
*/
#define HAVE_PTHREAD_SETNAME_NP
/*
* Do we have the futex syscall?
*/

View File

@ -27,6 +27,11 @@
*/
#define HAVE_PTHREADS
/*
* Do we have pthread_setname_np()?
*/
#define HAVE_PTHREAD_SETNAME_NP
/*
* Do we have the futex syscall?
*/