Searched refs:sigact (Results 1 – 1 of 1) sorted by relevance
338 struct sigaction sigact; in runCommand() local339 memset(&sigact, 0, sizeof(sigact)); in runCommand()340 sigact.sa_handler = SIG_IGN; in runCommand()341 sigaction(SIGPIPE, &sigact, nullptr); in runCommand()