Преглед на файлове

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 преди 22 години
родител
ревизия
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