Home | History | Annotate | Download | only in openssh

Lines Matching refs:nset

800 	sigset_t oset, nset;
804 sigemptyset(&nset);
805 sigaddset(&nset, SIGCHLD);
806 sigprocmask(SIG_BLOCK, &nset, &oset);