Searched refs:sigchld_pipe (Results 1 – 1 of 1) sorted by relevance
1054 int sigchld_pipe[2]; in babysit() local1066 if (pipe (sigchld_pipe) < 0) in babysit()1072 babysit_sigchld_pipe = sigchld_pipe[WRITE_END]; in babysit()1088 pfds[1].fd = sigchld_pipe[READ_END]; in babysit()1105 if (read (sigchld_pipe[READ_END], &b, 1) == -1) in babysit()