diff options
-rw-r--r-- | 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 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 <bits/uClibc_mutex.h> |