zephyr/lib/libc/minimal/source
Alberto Escolar Piedras 8eff5b6c01 libC minimal: Fix for POSIX arch
The spin loop in _exit() needs a Z_SPIN_DELAY() for the
posix architecture, so it does not hang the whole
executable on that infinite loop but only the thread
that exit'ed.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-06-22 17:16:17 -04:00
..
math
stdlib libC minimal: Fix for POSIX arch 2023-06-22 17:16:17 -04:00
stdout libc/minimal: Create "real" functions for putc and putchar 2023-04-25 06:18:26 -04:00
string libc: Move strnlen into common 2023-05-08 09:59:27 +02:00
time libc: share time() between minimal libc and armclang libc 2023-03-27 09:49:40 +02:00