|
@@ -205,7 +205,7 @@ typedef _IO_cookie_io_functions_t cookie_io_functions_t;
|
|
/**********************************************************************/
|
|
/**********************************************************************/
|
|
|
|
|
|
#if defined __UCLIBC_HAS_THREADS__ && !defined __UCLIBC_IO_MUTEX
|
|
#if defined __UCLIBC_HAS_THREADS__ && !defined __UCLIBC_IO_MUTEX
|
|
-# ifdef __UCLIBC_HAS_THREADS_NATIVE__
|
|
+# ifdef __USE_STDIO_FUTEXES__
|
|
# include <bits/stdio-lock.h>
|
|
# include <bits/stdio-lock.h>
|
|
# define __UCLIBC_IO_MUTEX(M) _IO_lock_t M
|
|
# define __UCLIBC_IO_MUTEX(M) _IO_lock_t M
|
|
# else
|
|
# else
|