Change 18839 by [EMAIL PROTECTED] on 2003/03/06 17:21:36

        Subject: [PATCH [EMAIL PROTECTED] mg.c needs Perl_csighandler prototype
        From: "Craig A. Berry" <[EMAIL PROTECTED]>
        Date: Thu, 06 Mar 2003 10:42:05 -0600
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/mg.c#261 edit

Differences ...

==== //depot/perl/mg.c#261 (text) ====
Index: perl/mg.c
--- perl/mg.c#260~18829~        Tue Mar  4 14:23:41 2003
+++ perl/mg.c   Thu Mar  6 09:21:36 2003
@@ -33,6 +33,8 @@
 #  include <sys/pstat.h>
 #endif
 
+Signal_t Perl_csighandler(int sig);
+
 /* if you only have signal() and it resets on each signal, 
FAKE_PERSISTENT_SIGNAL_HANDLERS fixes */
 #if !defined(HAS_SIGACTION) && defined(VMS)
 #  define  FAKE_PERSISTENT_SIGNAL_HANDLERS
End of Patch.

Reply via email to