OSDN Git Service

remove uClibc_mutex.h on install
authorPeter S. Mazinger <ps.m@gmx.net>
Fri, 25 Mar 2011 12:08:19 +0000 (13:08 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 15 Jun 2012 12:00:33 +0000 (14:00 +0200)
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>
Makefile.in
libc/sysdeps/linux/common/bits/uClibc_stdio.h

index 8cc7a01..9de3400 100644 (file)
@@ -231,6 +231,7 @@ HEADERS_RM- := \
        bits/syscalls.h \
        bits/syscalls-common.h \
        bits/uClibc_fpmax.h \
+       bits/uClibc_mutex.h \
        bits/uClibc_pthread.h \
        bits/uClibc_uintmaxtostr.h \
        bits/uClibc_uwchar.h \
index 095220a..7d1df6c 100644 (file)
@@ -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