diff --git a/libc/src/stdlib.cpp b/libc/src/stdlib.cpp index d58074f5..b19b2a11 100644 --- a/libc/src/stdlib.cpp +++ b/libc/src/stdlib.cpp @@ -117,9 +117,7 @@ extern "C" raise(SIGABRT); - // There is no way we could end up here, unless there is some sort of race condition or the kernel decided to - // change the default action for SIGABRT because it's a Tuesday. - __builtin_unreachable(); + __builtin_trap(); } __noreturn void _Exit(int status)