notify_handler
notify_handler(0);
void notify_handler(int);
(sa.sa_handler = notify_handler, sigaction(SIGALRM, &sa, NULL))