infohandler
extern void infohandler(int);
signal(SIGINFO, infohandler);
static void infohandler(int);
si_sa.sa_handler = infohandler;