From 6df8eff5afd0dc299e90b37c1740741fa08579fd Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 25 Mar 2011 13:08:19 +0100 Subject: remove uClibc_mutex.h on install Add a comment to uClibc_stdio.h to keep macros in sync with uClibc_mutex.h Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/common/bits/uClibc_stdio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps') diff --git a/libc/sysdeps/linux/common/bits/uClibc_stdio.h b/libc/sysdeps/linux/common/bits/uClibc_stdio.h index 095220aa6..7d1df6ce9 100644 --- a/libc/sysdeps/linux/common/bits/uClibc_stdio.h +++ b/libc/sysdeps/linux/common/bits/uClibc_stdio.h @@ -205,6 +205,7 @@ typedef _IO_cookie_io_functions_t cookie_io_functions_t; /**********************************************************************/ #if defined __UCLIBC_HAS_THREADS__ && !defined __UCLIBC_IO_MUTEX +/* keep this in sync with uClibc_mutex.h */ # ifdef __USE_STDIO_FUTEXES__ # include # define __UCLIBC_IO_MUTEX(M) _IO_lock_t M -- cgit v1.2.3