From 189b1d5432370481e0a069f1de85648f510e0abb Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Wed, 3 Dec 2003 02:25:12 +0000 Subject: Change uClibc stdio BUFSIZ to 4k. Update busybox config for new snapshot. --- sources/uClibc.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sources/uClibc.config') diff --git a/sources/uClibc.config b/sources/uClibc.config index a51646cff..9481dc524 100644 --- a/sources/uClibc.config +++ b/sources/uClibc.config @@ -79,11 +79,11 @@ UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9 UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y # UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set -UCLIBC_HAS_STDIO_BUFSIZ_256=y +# UCLIBC_HAS_STDIO_BUFSIZ_256 is not set # UCLIBC_HAS_STDIO_BUFSIZ_512 is not set # UCLIBC_HAS_STDIO_BUFSIZ_1024 is not set # UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set -# UCLIBC_HAS_STDIO_BUFSIZ_4096 is not set +UCLIBC_HAS_STDIO_BUFSIZ_4096=y # UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y # UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set -- cgit v1.2.3