update mips cancellation-point syscall asm with 7-arg and r25 fixes
[oweals/musl.git] / src / ldso / start.c
1 #include <stdlib.h>
2
3 /* stub for archs that lack dynamic linker support */
4
5 void _start()
6 {
7         _Exit(1);
8 }