stdout and stderr should be made O_NONBLOCK so that we don't end up blocking
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Mon, 24 Sep 2007 19:26:08 +0000 (19:26 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Mon, 24 Sep 2007 19:26:08 +0000 (19:26 +0000)
commit2f825e594b561fe718078046687ebd6fc2ec0ebe
tree68dc106369fe85184e3ed42ccb9278804344a704
parent0e443c99edd2dd3bed4d916f1209e71c1629f2e1
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@7738 cda61777-01e9-0310-a592-d414129be87e
unix/uxplink.c