]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
stdout and stderr should be made O_NONBLOCK so that we don't end up blocking
authorBen Harris <bjh21@bjh21.me.uk>
Mon, 24 Sep 2007 19:26:08 +0000 (19:26 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Mon, 24 Sep 2007 19:26:08 +0000 (19:26 +0000)
commitd0db31a1ca9675ae0db3dd5123236a60f9a3e2cb
tree68dc106369fe85184e3ed42ccb9278804344a704
parent22f9618deb4f7ad93e1204f669900d84b45f30c8
stdout and stderr should be made O_NONBLOCK so that we don't end up blocking
the entire process because stdout is busy.

Arguably, this shouldn't apply to stderr when we're printing our own error
messages to it, but I'll leave that fix for another time.

[originally from svn r7738]
unix/uxplink.c