prgetaction
extern void prgetaction(proc_t *, user_t *, uint_t, struct sigaction *);
prgetaction(p, up, lwp->lwp_cursig, &sp->pr_action);
prgetaction(p, up, sig, &sap[sig-1]);
prgetaction(p, PTOU(p), lwp->lwp_cursig, &sp->pr_action);
prgetaction(p, up, sig, &sap[sig-1]);