OpenVMS update follow-up
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user