0.9.2.7:
[sbcl.git] / src / code / run-program.lisp
index 25c31c2..ab9ebf7 100644 (file)
          (push new-fd *close-on-error*)
          (copy-descriptor-to-stream new-fd pty cookie)))
       (values name
-             (sb-sys:make-fd-stream master :input t :output t)))))
+             (sb-sys:make-fd-stream master :input t :output t 
+                                    :dual-channel-p t)))))
 
 (defmacro round-bytes-to-words (n)
   `(logand (the fixnum (+ (the fixnum ,n) 3)) (lognot 3)))