summaryrefslogtreecommitdiff
path: root/include/stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdio.h b/include/stdio.h
index 01f6667ef..61c178308 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -51,7 +51,7 @@ struct __stdio_file {
typedef struct __stdio_file FILE;
/* Default buffer size. */
-#define BUFSIZ (500) /* should get us a fully used kmalloc bucket */
+#define BUFSIZ (512)
/* Define EOF and NULL */
#define EOF (-1)