Home | History | Annotate | Download | only in make-3.81

Lines Matching defs:oact

527   struct sigaction act, oact;
532 if (sigaction (sig, &act, &oact) != 0)
534 return oact.sa_handler;