Searched refs:ignact (Results 1 – 1 of 1) sorted by relevance
556 struct sigaction ignact; in android_fork_execvp_ext() local558 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()