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