Loading...
stdio/FreeBSD/makebuf.c Libc-997.1.1 Libc-825.26
--- Libc/Libc-997.1.1/stdio/FreeBSD/makebuf.c
+++ Libc/Libc-825.26/stdio/FreeBSD/makebuf.c
@@ -47,12 +47,7 @@
 #include "libc_private.h"
 #include "local.h"
 
-#ifdef FEATURE_SMALL_STDIOBUF
-# define MAXBUFSIZE	(1 << 12)
-#else
-# define MAXBUFSIZE	(1 << 16)
-#endif
-
+#define MAXBUFSIZE	(1 << 16)
 #define TTYBUFSIZE	4096
 
 /*