summaryrefslogtreecommitdiff
path: root/sources/uClibc.config
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2003-12-03 02:25:12 +0000
committerManuel Novoa III <mjn3@codepoet.org>2003-12-03 02:25:12 +0000
commit189b1d5432370481e0a069f1de85648f510e0abb (patch)
tree3df78026389d106075d5dee3ac44ce4ca5233c70 /sources/uClibc.config
parent77050ddd2b9ceeacb5ce7ade095f6fe0beb31df6 (diff)
Change uClibc stdio BUFSIZ to 4k.
Update busybox config for new snapshot.
Diffstat (limited to 'sources/uClibc.config')
-rw-r--r--sources/uClibc.config4
1 files changed, 2 insertions, 2 deletions
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