zephyr/lib/libc/newlib
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
..
CMakeLists.txt libc: newlib: Enable extended linux errno defines 2018-07-16 11:33:07 -05:00
libc-hooks.c libc: newlib: Rename adhoc read/write implementation for stdin/stdout 2019-02-26 11:36:33 -06:00