zephyr/lib/libc/minimal
Paul Sokolovsky 565228516c libc: minimal: Implement abort().
abort() is an important runtime function, oftentimes used to signal
abnormal execution conditions in generic applications. Worse, they
may be used under such circumstances in e.g. compiler support
libraries, in which case lack of implementation of this function
will lead to link error.

Fixes: #29541

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2020-10-28 17:02:16 +01:00
..
include libc: minimal: Implement abort(). 2020-10-28 17:02:16 +01:00
source libc: minimal: Implement abort(). 2020-10-28 17:02:16 +01:00
CMakeLists.txt libc: minimal: Implement abort(). 2020-10-28 17:02:16 +01:00