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