Browse Source

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 <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Peter S. Mazinger 14 years ago
parent
commit
c206e4fc49
1 changed files with 0 additions and 8 deletions
  1. 0 8
      libc/sysdeps/linux/common/bits/uClibc_stdio.h

+ 0 - 8
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>