mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-21 11:15:21 +00:00
Default buffer mode is setup by fopen depending on isatty value. Expect only 0, 1 & 2 to be tty for CONFIG_POSIX_API cases. This way regular files are opened in block buffering mode (instead of line buffering mode) which really speed up fread/fwrite operations on FS. Signed-off-by: Arnaud Mouiche <arnaud.mouiche@invoxia.com> |
||
---|---|---|
.. | ||
include | ||
CMakeLists.txt | ||
libc-hooks.c |