1 2 3 4 5 6 7 8 9
#include "internal.h" #include <signal.h> extern int halt_main(int argc, char ** argv) { exit( kill(1, SIGUSR1)); }