Merge "AndroidConfig: define HAVE_PTHREAD_SETNAME_NP"

This commit is contained in:
Andy McFadden 2010-06-22 13:15:28 -07:00 committed by Android Code Review
commit 424875b818
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?
*/