Change 18225 by [EMAIL PROTECTED] on 2002/12/02 03:09:42

        integrate util.c fragment from #18200 to undef SA_RESTART on MacOS

Affected files ...

.... //depot/perl/util.c#372 edit

Differences ...

==== //depot/perl/util.c#372 (text) ====
Index: perl/util.c
--- perl/util.c#371~18070~      Mon Oct 28 12:46:33 2002
+++ perl/util.c Sun Dec  1 19:09:42 2002
@@ -2172,6 +2172,11 @@
 #ifndef PERL_MICRO
 #ifdef HAS_SIGACTION
 
+#ifdef MACOS_TRADITIONAL
+/* We don't want restart behavior on MacOS */
+#undef SA_RESTART
+#endif
+
 Sighandler_t
 Perl_rsignal(pTHX_ int signo, Sighandler_t handler)
 {
End of Patch.

Reply via email to