Message-ID: <
4117BBAC.7080603@sun.com>
p4raw-id: //depot/perl@23211
croak("sigset is not of type POSIX::SigSet");
}
- if ( items < 3 || SvTYPE(ST(2)) == SVt_NULL) {
+ if (items < 3 || ! SvOK(ST(2))) {
oldsigset = NULL;
} else if (sv_isa(ST(2), "POSIX::SigSet")) {
IV tmp = SvIV((SV*)SvRV(ST(2)));