setvbuf: Add support for disabling I/O buffering. Initially cut; untested.

This commit is contained in:
Gregory Nutt
2017-02-09 09:24:44 -06:00
parent e6558df4ad
commit 1d290c2b37
72 changed files with 461 additions and 330 deletions
+1 -1
View File
@@ -334,7 +334,7 @@ CONFIG_GRAN_SINGLE=y
#
# Library Routines
#
CONFIG_STDIO_BUFFER_SIZE=0
CONFIG_STDIO_DISABLE_BUFFERING=y
CONFIG_STDIO_LINEBUFFER=y
CONFIG_NUNGET_CHARS=0
# CONFIG_LIBM is not set