Searched defs:tactp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsigaction.c369 struct sigaction *tactp = NULL; local
384 tactp = &tact;
438 if ((rv = __sigaction(sig, tactp, oact)) != 0)
449 if (sig == SIGIO && rv == 0 && tactp != NULL) {
451 (tactp->sa_handler != SIG_DFL &&
452 tactp->sa_handler != SIG_IGN);

Completed in 58 milliseconds