diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-25 13:08:19 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:33 +0200 |
commit | 6df8eff5afd0dc299e90b37c1740741fa08579fd (patch) | |
tree | 9ee07eb993055ce65cfb4ed02dd40aef80349d1e /libc | |
parent | 8808c26863c1d84062fd85340e0bb8971c30ebbc (diff) |
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 <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/common/bits/uClibc_stdio.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <bits/stdio-lock.h> # define __UCLIBC_IO_MUTEX(M) _IO_lock_t M |