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 | b410b86c2da9da5b2c90f7080f515714ad768747 (patch) | |
tree | fb530a75cd65dfe403fa6b61cb6f28dabbc4bb61 /iperlsys.h | |
parent | 17b63f683fb43fba07a1f7dfb8799f26fab23ec1 (diff) | |
download | perl-b410b86c2da9da5b2c90f7080f515714ad768747.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 */ |