Browse Source

Set the default stdio buffer size to 4096, rather then 256.
256 is fine of course, but many applications use this value
and expect it to be larger.

Eric Andersen 20 years ago
parent
commit
5660d0d42d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extra/Configs/Config.in

+ 1 - 1
extra/Configs/Config.in

@@ -684,7 +684,7 @@ config UCLIBC_HAS_SCANF_GLIBC_A_FLAG
 
 choice
 	prompt "Stdio buffer size"
-	default UCLIBC_HAS_STDIO_BUFSIZ_256
+	default UCLIBC_HAS_STDIO_BUFSIZ_4096
 	help
 	  Please select a value for BUFSIZ.  This will be used by the
 	  stdio subsystem as the default buffer size for a file, and