restore_proc
extern void restore_proc(int) __dead2;
signal(SIGINT, restore_proc);
signal(SIGTERM, restore_proc);
signal(SIGQUIT, restore_proc);