#else
struct sigaction act;
act.sa_handler = func;
act.sa_mask = 0;
sigemptyset(&act.sa_mask);
#ifdef linux
act.sa_restorer = 0;
#endif /* linux */