diff options
author | Charles Lane <lane@DUPHY4.Physics.Drexel.Edu> | 2001-11-29 09:18:51 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-29 21:01:31 +0000 |
commit | 2e34cc90b22e8d09149d579a4d5db71a1836c9ca (patch) | |
tree | 9f5df4db4a9bab7b0e3ce131160908bac5c1dc3a /vms/vmsish.h | |
parent | 172b427308d6c743395c4894b0e752cb7cd59c93 (diff) | |
download | perl-2e34cc90b22e8d09149d579a4d5db71a1836c9ca.tar.gz |
VMS pre7 default signal handling
Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
p4raw-id: //depot/perl@13371
Diffstat (limited to 'vms/vmsish.h')
-rw-r--r-- | vms/vmsish.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vms/vmsish.h b/vms/vmsish.h index a21c9e3982..573f254cb8 100644 --- a/vms/vmsish.h +++ b/vms/vmsish.h @@ -773,7 +773,9 @@ FILE * Perl_my_tmpfile (); int Perl_my_sigaction (pTHX_ int, const struct sigaction*, struct sigaction*); #endif #ifdef KILL_BY_SIGPRC +unsigned int Perl_sig_to_vmscondition (int); int Perl_my_kill (int, int); +void Perl_csighandler_init (void); #endif int Perl_my_utime (pTHX_ char *, struct utimbuf *); void Perl_vms_image_init (int *, char ***); |