fix remaining contrived issues re HANGUPHANDLING

This commit is contained in:
nhmall
2023-03-01 12:01:43 -05:00
parent 77f241581c
commit 76e82d1312
9 changed files with 54 additions and 12 deletions

View File

@@ -193,7 +193,7 @@ bwrite(int fd, const genericptr_t loc, unsigned num)
#endif
}
if (failed) {
#if defined(UNIX) || defined(VMS) || defined(__EMX__)
#if defined(HANGUPHANDLING)
if (gp.program_state.done_hup)
nh_terminate(EXIT_FAILURE);
else