[git commit future 1/1] uClibc_stdio.h: remove consistency check

Khem Raj raj.khem at gmail.com
Sat Mar 19 18:51:25 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=734a970615840d0c8f37e75707ab0e7778e28b80
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/future

Redefining stuff is no good for consistency, anyway,
Config.in takes care of this case, it can't happen.

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
 libc/sysdeps/linux/common/bits/uClibc_stdio.h |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/libc/sysdeps/linux/common/bits/uClibc_stdio.h b/libc/sysdeps/linux/common/bits/uClibc_stdio.h
index 57cb81f..2641431 100644
--- a/libc/sysdeps/linux/common/bits/uClibc_stdio.h
+++ b/libc/sysdeps/linux/common/bits/uClibc_stdio.h
@@ -78,14 +78,6 @@
 #define __STDIO_PUTC_MACRO
 #endif
 
-
-/* These are consistency checks on the different options */
-
-#ifndef __STDIO_BUFFERS
-#undef __STDIO_GETC_MACRO
-#undef __STDIO_PUTC_MACRO
-#endif
-
 /**********************************************************************/
 #include <bits/uClibc_mutex.h>
 
-- 
1.7.3.4



More information about the uClibc-cvs mailing list