From c206e4fc49303c5f8ff8cf05927e395c7c7dfa24 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 19 Mar 2011 17:22:42 +0100 Subject: uClibc_stdio.h: remove consistency check 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 Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/common/bits/uClibc_stdio.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libc/sysdeps/linux/common/bits/uClibc_stdio.h b/libc/sysdeps/linux/common/bits/uClibc_stdio.h index 57cb81f5f..2641431a3 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 -- cgit v1.2.3