Merge "AndroidConfig: define HAVE_PTHREAD_SETNAME_NP"
This commit is contained in:
commit
424875b818
3 changed files with 15 additions and 0 deletions
|
@ -41,6 +41,11 @@
|
|||
*/
|
||||
#define HAVE_PTHREADS
|
||||
|
||||
/*
|
||||
* Do we have pthread_setname_np()?
|
||||
*/
|
||||
#define HAVE_PTHREAD_SETNAME_NP
|
||||
|
||||
/*
|
||||
* Do we have the futex syscall?
|
||||
*/
|
||||
|
|
|
@ -41,6 +41,11 @@
|
|||
*/
|
||||
#define HAVE_PTHREADS
|
||||
|
||||
/*
|
||||
* Do we have pthread_setname_np()?
|
||||
*/
|
||||
#define HAVE_PTHREAD_SETNAME_NP
|
||||
|
||||
/*
|
||||
* Do we have the futex syscall?
|
||||
*/
|
||||
|
|
|
@ -27,6 +27,11 @@
|
|||
*/
|
||||
#define HAVE_PTHREADS
|
||||
|
||||
/*
|
||||
* Do we have pthread_setname_np()?
|
||||
*/
|
||||
#define HAVE_PTHREAD_SETNAME_NP
|
||||
|
||||
/*
|
||||
* Do we have the futex syscall?
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue