forked from openkylin/platform_build
am d61f0ffd: Merge "HAVE_FUTEX is unused."
* commit 'd61f0ffdfc13ce7b563015ea5fdd4513fb7c9d59': HAVE_FUTEX is unused.
This commit is contained in:
commit
9f6ae4ba53
|
@ -41,12 +41,6 @@
|
|||
*/
|
||||
#define HAVE_PTHREADS
|
||||
|
||||
/*
|
||||
* Do we have the futex syscall?
|
||||
*/
|
||||
|
||||
/* #define HAVE_FUTEX */
|
||||
|
||||
/*
|
||||
* Process creation model. Choose one:
|
||||
*
|
||||
|
|
|
@ -41,11 +41,6 @@
|
|||
*/
|
||||
#define HAVE_PTHREADS
|
||||
|
||||
/*
|
||||
* Do we have the futex syscall?
|
||||
*/
|
||||
#define HAVE_FUTEX
|
||||
|
||||
/*
|
||||
* Process creation model. Choose one:
|
||||
*
|
||||
|
|
|
@ -41,11 +41,6 @@
|
|||
*/
|
||||
#define HAVE_PTHREADS
|
||||
|
||||
/*
|
||||
* Do we have the futex syscall?
|
||||
*/
|
||||
#define HAVE_FUTEX
|
||||
|
||||
/*
|
||||
* Process creation model. Choose one:
|
||||
*
|
||||
|
|
|
@ -41,11 +41,6 @@
|
|||
*/
|
||||
#define HAVE_PTHREADS
|
||||
|
||||
/*
|
||||
* Do we have the futex syscall?
|
||||
*/
|
||||
#define HAVE_FUTEX
|
||||
|
||||
/*
|
||||
* Process creation model. Choose one:
|
||||
*
|
||||
|
|
|
@ -41,11 +41,6 @@
|
|||
*/
|
||||
#define HAVE_PTHREADS
|
||||
|
||||
/*
|
||||
* Do we have the futex syscall?
|
||||
*/
|
||||
#define HAVE_FUTEX
|
||||
|
||||
/*
|
||||
* Process creation model. Choose one:
|
||||
*
|
||||
|
|
|
@ -41,12 +41,6 @@
|
|||
*/
|
||||
#define HAVE_PTHREADS
|
||||
|
||||
/*
|
||||
* Do we have the futex syscall?
|
||||
*/
|
||||
|
||||
#define HAVE_FUTEX
|
||||
|
||||
/*
|
||||
* Process creation model. Choose one:
|
||||
*
|
||||
|
|
|
@ -27,11 +27,6 @@
|
|||
*/
|
||||
#define HAVE_PTHREADS
|
||||
|
||||
/*
|
||||
* Do we have the futex syscall?
|
||||
*/
|
||||
#define HAVE_FUTEX
|
||||
|
||||
/*
|
||||
* Process creation model. Choose one:
|
||||
*
|
||||
|
|
|
@ -63,13 +63,6 @@
|
|||
*/
|
||||
#define HAVE_WIN32_THREADS
|
||||
|
||||
/*
|
||||
* Do we have the futex syscall?
|
||||
*/
|
||||
|
||||
/* #define HAVE_FUTEX */
|
||||
|
||||
|
||||
/*
|
||||
* Process creation model. Choose one:
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue