zephyr/lib/libc/minimal/source
Patryk Duda 60d03c53e1 libc: minimal: Add 'noreturn' attribute to abort() and exit()
This aligns abort() and exit() definitions with other libc.

Without 'noreturn' attribute, compilers have to assume that we will
return from these functions which can lead to surprising errors like
'error: non-void function does not return a value'.

Signed-off-by: Patryk Duda <patrykd@google.com>
2024-05-06 17:32:17 +01:00
..
math libc: minimal: math sqrt: sqrtf: fix numeric accuracy of sqrt and sqrtf. 2023-07-14 12:42:41 -04:00
stdlib libc: minimal: Add 'noreturn' attribute to abort() and exit() 2024-05-06 17:32:17 +01:00
stdout syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
string lib: libc: minimal: proper cast to "(char *)" from "(const char *)" 2023-12-13 20:12:45 +01:00
time libc: Move gmtime_r into common 2024-02-28 00:54:42 +09:00