timeout_handler
(void)signal(SIGALRM, timeout_handler);
__dead static void timeout_handler(int);
{ "timeout", timeout_handler },