OSDN Git Service

Set the default stdio buffer size to 4096, rather then 256.
authorEric Andersen <andersen@codepoet.org>
Thu, 4 Dec 2003 18:25:36 +0000 (18:25 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 4 Dec 2003 18:25:36 +0000 (18:25 -0000)
256 is fine of course, but many applications use this value
and expect it to be larger.

extra/Configs/Config.in

index 82d6bb7..151d602 100644 (file)
@@ -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