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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsigaction.c465 void (**osigacthandler)(int, siginfo_t *, void *))
470 if (osigacthandler != NULL)
471 *osigacthandler = udp->sigacthandler;
464 setsigacthandler(void (*nsigacthandler)(int, siginfo_t *, void *), void (**osigacthandler)(int, siginfo_t *, void *)) argument

Completed in 46 milliseconds