From: Craig A. Berry Date: Thu, 6 Mar 2003 10:42:05 +0000 (-0600) Subject: mg.c needs Perl_csighandler prototype X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e69880a56d80785fbe5600b4e7dabf583188c526;p=p5sagit%2Fp5-mst-13.2.git mg.c needs Perl_csighandler prototype From: "Craig A. Berry" Message-ID: <3E677A5D.10805@mac.com> p4raw-id: //depot/perl@18839 --- diff --git a/mg.c b/mg.c index 3f462ee..941338b 100644 --- a/mg.c +++ b/mg.c @@ -33,6 +33,8 @@ # include #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