zephyr/lib/libc/picolibc
Keith Packard d8d81c4a09 libc/picolibc: Remove unused POSIX-ish hooks
While reviewing the dependency between Picolibc POSIX APIs and Zephyr, I
found that the picolibc libc-hooks code copied a bunch of functions from
the newlib version which weren't needed. This required replacing a few
calls to the (now removed) '_write' hook with printk instead.

Signed-off-by: Keith Packard <keithp@keithp.com>
2022-11-02 06:49:32 -04:00
..
CMakeLists.txt libc/picolibc: Set __LINUX_ERRNO_EXTENSIONS__ for picolibc 2022-10-31 17:17:42 +09:00
Kconfig lib: picolibc: Use smaller default heap size 2022-09-30 13:52:24 +00:00
libc-hooks.c libc/picolibc: Remove unused POSIX-ish hooks 2022-11-02 06:49:32 -04:00