X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fexit%2Fabort.c;h=203dd35cb99d23b16a31409b149df824950b73f9;hp=c5b9e5264f47eaf5cbaf6b198ddf70565d567f73;hb=708c91f4e9be2cfd6d35e71361956e13f3201b85;hpb=2557d0ba47286ed3e868f8ddc9dbed0942fe99dc diff --git a/src/exit/abort.c b/src/exit/abort.c index c5b9e526..203dd35c 100644 --- a/src/exit/abort.c +++ b/src/exit/abort.c @@ -2,7 +2,7 @@ #include #include "syscall.h" -void abort(void) +_Noreturn void abort(void) { raise(SIGABRT); raise(SIGKILL);