瀏覽代碼

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 21 年之前
父節點
當前提交
5660d0d42d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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