#include #include "atomic.h" #include _Noreturn void abort(void) { _trusty_exit_etc(127, 0); /* Beyond this point should be unreachable. */ a_crash(); _Exit(127); }