HomeSort by relevance Sort by last modified time
    Searched full:ignact (Results 1 - 1 of 1) sorted by null

  /system/core/logwrapper/
logwrap.c 544 struct sigaction ignact; local
546 memset(&ignact, 0, sizeof(ignact));
547 ignact.sa_handler = SIG_IGN;
548 sigaction(SIGINT, &ignact, &intact);
549 sigaction(SIGQUIT, &ignact, &quitact);

Completed in 55 milliseconds