Fix bug in Windows 95: when a subprocess exits, close its I/O ports.
authorChris Hanson <org/chris-hanson/cph>
Thu, 8 Jan 1998 05:58:22 +0000 (05:58 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 8 Jan 1998 05:58:22 +0000 (05:58 +0000)
commitae2cdf67ab0110f0573e8b34428fef0c60ec3b60
tree9022c8d8c99e2e9264028813e184f9ac6c74911d
parent91fa6da9b907785eb98ce0aefb90ecb0c8cc6c59
Fix bug in Windows 95: when a subprocess exits, close its I/O ports.
This is necessary because our code can get into a state where it is
trying to read from a subprocess pipe and needs to be told that the
other end of the pipe was closed.  This indication is supplied by
Windows NT, but does not appear to work properly under Windows 95.
v7/src/runtime/io.scm