zephyr/lib/libc
Paul Sokolovsky b5639c4ee2 libc: newlib: Rename adhoc read/write implementation for stdin/stdout
In case newlib is enabled, but POSIX subsys isn't, there're adhoc
implementations of read() and write() which work only with adhoc
stdin/stdout emulation layer. These are backed by system calls named
like "read" and "write". Rename all these functions and syscalls to
explicitly mention stdin/stdout in the names, to free namespace
for the implementation of generic read/write syscalls which will
integrate with POSIX fdtable.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2019-02-26 11:36:33 -06:00
..
minimal lib: posix: Fix compile error with mqueue.h 2019-02-23 11:42:31 -06:00
newlib libc: newlib: Rename adhoc read/write implementation for stdin/stdout 2019-02-26 11:36:33 -06:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig libc: fix CONFIG_STDOUT_CONSOLE semantics 2019-02-26 08:00:33 -06:00