Disable SIGPIPE. This can happen under a variety of circumstances,
authorChris Hanson <org/chris-hanson/cph>
Thu, 15 Nov 1990 08:43:06 +0000 (08:43 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 15 Nov 1990 08:43:06 +0000 (08:43 +0000)
commit214a4e8be0da770cfc4e28df7b373769d06045c1
treefca9408e712a564668ddd034b87bfef0a72b0e37
parent81ef1b2db42298864f8239d8ca8632fa8265a648
Disable SIGPIPE.  This can happen under a variety of circumstances,
and we almost never want Scheme to terminate (a possible exception
being when it happens on stdout).  According to HP-UX documentation,
disabling this signal causes the system calls that would have
generated it to return EPIPE instead, which requires no special work
for us to handle.
v7/src/microcode/uxsig.c