Home
last modified time | relevance | path

Searched refs:sigact (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/cpp/bugreport/
Dmain.cpp338 struct sigaction sigact; in runCommand() local
339 memset(&sigact, 0, sizeof(sigact)); in runCommand()
340 sigact.sa_handler = SIG_IGN; in runCommand()
341 sigaction(SIGPIPE, &sigact, nullptr); in runCommand()