This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17b63f6
)
alarm(), Win32, no PERL_IMPLICIT_SYS
author
Mattia Barbon
<mbarbon@dsi.unive.it>
Sun, 10 Mar 2002 22:10:15 +0000
(23:10 +0100)
committer
Abhijit Menon-Sen
<ams@wiw.org>
Tue, 12 Mar 2002 05:42:21 +0000
(
05:42
+0000)
From: "Mattia Barbon" <mbarbon@dsi.unive.it>
Message-Id: <
3C8BD9C7
.13988.73992D@localhost>
p4raw-id: //depot/perl@15191
iperlsys.h
patch
|
blob
|
blame
|
history
diff --git
a/iperlsys.h
b/iperlsys.h
index
97a9a70
..
7eda973
100644
(file)
--- a/
iperlsys.h
+++ b/
iperlsys.h
@@
-1083,6
+1083,8
@@
struct IPerlProcInfo
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 */