Change 15191 by ams@lustre on 2002/03/12 05:42:21

           Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
           From: "Mattia Barbon" <[EMAIL PROTECTED]>
           Date: Sun, 10 Mar 2002 22:10:15 +0100
           Message-Id: <3C8BD9C7.13988.73992D@localhost>

Affected files ...

.... //depot/perl/iperlsys.h#51 edit

Differences ...

==== //depot/perl/iperlsys.h#51 (text) ====
Index: perl/iperlsys.h
--- perl/iperlsys.h.~1~ Mon Mar 11 22:45:07 2002
+++ perl/iperlsys.h     Mon Mar 11 22:45:07 2002
@@ -1083,6 +1083,8 @@
        win32_dynaload((f))
 #define PerlProc_GetOSError(s,e)                                       \
        win32_str_os_error((s), (e))
+#undef PerlProc_signal
+#define PerlProc_signal(n, h) win32_signal((n), (h))
 #endif
 #endif /* PERL_IMPLICIT_SYS */
 
End of Patch.

Reply via email to