p4raw-id: //depot/perl@14562
// NSLinkModule will cause the run to abort on any link error's
// not very friendly but the error recovery functionality is limited.
handle = NSLinkModule(ofile, path, TRUE);
+ NSDestroyObjectFileImage(ofile);
}
return handle;
SKIP: {
skip("no kill() support on Mac OS", 4) if $Is_MacOS;
+ print "# warning, darwin seems to loose blocked signals (failing test 10)\n" if($^O eq 'darwin');
my $mask = new POSIX::SigSet &SIGINT;
my $action = new POSIX::SigAction 'main::SigHUP', $mask, 0;
sigaction(&SIGHUP, $action);