Searched refs:old_pipe_act (Results 1 – 1 of 1) sorted by relevance
31 struct sigaction old_pipe_act; member51 memset(&ig->old_pipe_act, 0, sizeof(struct sigaction)); in sigpipe_ignore()52 sigaction(SIGPIPE, NULL, &ig->old_pipe_act); in sigpipe_ignore()53 action = ig->old_pipe_act; in sigpipe_ignore()69 sigaction(SIGPIPE, &ig->old_pipe_act, NULL); in sigpipe_restore()