Fix bug: subprocesses were being started with SIGPIPE set to SIG_IGN.
authorChris Hanson <org/chris-hanson/cph>
Mon, 11 Mar 1996 20:38:29 +0000 (20:38 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 11 Mar 1996 20:38:29 +0000 (20:38 +0000)
commit8fedcd853eea3cd3ceb31529c5b02243024d5f78
tree4e60cdf4b13fc1d9a5f6a1684e29f18f7622be0d
parent5175be0546e0509b5ab16529a8fde834ec7f334a
Fix bug: subprocesses were being started with SIGPIPE set to SIG_IGN.
Some programs, notably gzip, depend on SIGPIPE being set to SIG_DFL
(and don't bother to force this true themselves).
v7/src/microcode/uxproc.c
v7/src/microcode/uxsig.c