zephyr/lib/libc/minimal/source/stdlib
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
..
atoi.c libc: minimal: Add 'break' to suppress fall-through error in atoi.c 2023-05-31 14:41:25 -04:00
bsearch.c
exit.c libC minimal: Fix for POSIX arch 2023-06-22 17:16:17 -04:00
qsort.c
rand.c
strtol.c libc: fix armclang compiler warnings with is*() functions 2023-04-04 13:47:34 +02:00
strtoll.c libc: minimal: strtoll: Remove typo in SPDX-License-Identifier 2023-05-11 06:04:30 -04:00
strtoul.c libc: fix armclang compiler warnings with is*() functions 2023-04-04 13:47:34 +02:00
strtoull.c libc: fix armclang compiler warnings with is*() functions 2023-04-04 13:47:34 +02:00