]> git.saurik.com Git - apple/libc.git/blobdiff - stdio/FreeBSD/makebuf.c
Libc-1044.40.1.tar.gz
[apple/libc.git] / stdio / FreeBSD / makebuf.c
index 17e45e2c33f9750bf6db99b0385300314dc70b9f..85bb73a7515b3faea2eaa96706039fa460b07275 100644 (file)
@@ -47,7 +47,12 @@ __FBSDID("$FreeBSD: src/lib/libc/stdio/makebuf.c,v 1.6 2007/01/09 00:28:07 imp E
 #include "libc_private.h"
 #include "local.h"
 
 #include "libc_private.h"
 #include "local.h"
 
-#define MAXBUFSIZE     (1 << 16)
+#ifdef FEATURE_SMALL_STDIOBUF
+# define MAXBUFSIZE    (1 << 12)
+#else
+# define MAXBUFSIZE    (1 << 16)
+#endif
+
 #define TTYBUFSIZE     4096
 
 /*
 #define TTYBUFSIZE     4096
 
 /*