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