OpenVMS update follow-up

This commit is contained in:
nhmall
2023-05-22 20:50:35 -04:00
parent 788ade31ca
commit 4761bf190e
9 changed files with 43 additions and 43 deletions

View File

@@ -382,7 +382,7 @@ done_intr(int sig_unused UNUSED)
done_stopprint++;
(void) signal(SIGINT, SIG_IGN);
#if defined(UNIX) || defined(VMS)
#ifndef VMS9
#ifndef VMSVSI
(void) signal(SIGQUIT, SIG_IGN);
#endif
#endif
@@ -1391,7 +1391,7 @@ really_done(int how)
#ifndef NO_SIGNAL
(void) signal(SIGINT, (SIG_RET_TYPE) done_intr);
#if defined(UNIX) || defined(VMS) || defined(__EMX__)
#ifndef VMS9
#ifndef VMSVSI
(void) signal(SIGQUIT, (SIG_RET_TYPE) done_intr);
#endif
sethanguphandler(done_hangup);