diff options
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/common/bits/uClibc_stdio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/bits/uClibc_stdio.h b/libc/sysdeps/linux/common/bits/uClibc_stdio.h index c0c3e561c..06000a85c 100644 --- a/libc/sysdeps/linux/common/bits/uClibc_stdio.h +++ b/libc/sysdeps/linux/common/bits/uClibc_stdio.h @@ -205,7 +205,7 @@ typedef _IO_cookie_io_functions_t cookie_io_functions_t; /**********************************************************************/ #if defined __UCLIBC_HAS_THREADS__ && !defined __UCLIBC_IO_MUTEX -# ifdef __UCLIBC_HAS_THREADS_NATIVE__ +# ifdef __USE_STDIO_FUTEXES__ # include <bits/stdio-lock.h> # define __UCLIBC_IO_MUTEX(M) _IO_lock_t M # else |