Searched refs:ignact (Results 1 – 1 of 1) sorted by relevance
544 struct sigaction ignact; in android_fork_execvp_ext() local546 memset(&ignact, 0, sizeof(ignact)); in android_fork_execvp_ext()547 ignact.sa_handler = SIG_IGN; in android_fork_execvp_ext()548 sigaction(SIGINT, &ignact, &intact); in android_fork_execvp_ext()549 sigaction(SIGQUIT, &ignact, &quitact); in android_fork_execvp_ext()