diff options
author | Mattia Barbon <mbarbon@dsi.unive.it> | 2002-03-10 23:10:15 +0100 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-03-12 05:42:21 +0000 |
commit | 5b38b3e3745d69af17f17567000e37469f54faf5 (patch) | |
tree | fb530a75cd65dfe403fa6b61cb6f28dabbc4bb61 /iperlsys.h | |
parent | c953fed33e2f5503f167e45e099cbfd55038b689 (diff) | |
download | perl-5b38b3e3745d69af17f17567000e37469f54faf5.tar.gz |
alarm(), Win32, no PERL_IMPLICIT_SYS
From: "Mattia Barbon" <mbarbon@dsi.unive.it>
Message-Id: <3C8BD9C7.13988.73992D@localhost>
p4raw-id: //depot/perl@15191
Diffstat (limited to 'iperlsys.h')
-rw-r--r-- | iperlsys.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/iperlsys.h b/iperlsys.h index 97a9a70505..7eda973426 100644 --- 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 */ |