mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
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>