Home
last modified time | relevance | path

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

/system/core/logwrapper/
Dlogwrap.c556 struct sigaction ignact; in android_fork_execvp_ext() local
558 memset(&ignact, 0, sizeof(ignact)); in android_fork_execvp_ext()
559 ignact.sa_handler = SIG_IGN; in android_fork_execvp_ext()
560 sigaction(SIGINT, &ignact, &intact); in android_fork_execvp_ext()
561 sigaction(SIGQUIT, &ignact, &quitact); in android_fork_execvp_ext()