sigint_handler
act.sa_sigaction = sigint_handler;
static void sigint_handler(int a_signo);
nact.sa_handler = sigint_handler;