merge from open-source master
Change-Id: Ibc43e8da821400022726b119940708efb052908b
This commit is contained in:
commit
6d4113f859
|
@ -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 New Issue