nuttx/libs/libc/assert
Ville Juven e9ef70e24b sched/assert: Call abort() instead of exit() in assert
POSIX dictates that assert() terminates via abort(), even though in NuttX
abort() just calls exit(EXIT_FAILURE) it is better to use the correct
API here, if at some point a proper implementation for abort() is made.

Also, as the kernel must not use abort() which is a userspace API, direct
the exit to PANIC() if for some reason _assert() returns (it should not
but trap it here just in case).
2023-02-17 23:07:17 +08:00
..
lib_assert.c sched/assert: Call abort() instead of exit() in assert 2023-02-17 23:07:17 +08:00
lib_stackchk.c
Make.defs sched/assert: Re-implement assert() into user space 2022-12-22 21:07:47 +08:00