0b44a031
2557d0ba
1 2
3
4 5 6 7
8
9 10
#include <stdlib.h> #include <signal.h> #include "syscall.h" void abort(void) { raise(SIGABRT); raise(SIGKILL); for (;;); }