@@ -8,10 +8,10 @@ #include #ifdef KFenv_posix # define STOPFN kio_posix_exit - extern void STOPFN(int); + extern noreturn void STOPFN(int); #else Knoimpl(kstop) #endif -noreturn void kstop (longstat code) { STOPFN(code); } +noreturn void kstop (stat_long code) { STOPFN(code); }