sigset_t x,y; sigemtyset(&x); sigemtyset(&y); sigaddset(&x,SIGUSR1); sigprocmask(SIG_BLOCK,&x,&y);