fix wrong sigaction syscall ABI on mips*, or1k, microblaze, riscv64
[musl] / crt / crt1.c
index 7b12665..8fe8ab5 100644 (file)
@@ -8,7 +8,7 @@
 int main();
 weak void _init();
 weak void _fini();
-_Noreturn int __libc_start_main(int (*)(), int, char **,
+int __libc_start_main(int (*)(), int, char **,
        void (*)(), void(*)(), void(*)());
 
 void _start_c(long *p)