("the signal has been registered for all the processes in
a multitasking group.")
p4raw-id: //depot/perl@11900
if($oldaction->{MASK}->ismember(SIGUSR1))
{ print "ok 5\n" } else { print "not ok 5\n"}
if($oldaction->{FLAGS}) {
- if ($^O eq 'linux') {
- print "ok 6 # Skip: sigaction() broken in $^O\n";
+ if ($^O eq 'linux' || $^O eq 'unicos') {
+ print "ok 6 # Skip: sigaction() thinks different in $^O\n";
} else {
print "not ok 6\n";
}