make hGetBufNonBlocking do something on Windows w/ -threaded
authorSimon Marlow <simonmar@microsoft.com>
Wed, 27 Sep 2006 14:58:11 +0000 (14:58 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 27 Sep 2006 14:58:11 +0000 (14:58 +0000)
commit7a499a50c676e36e3d4562652e94fbcabf22e594
tree26a2c38ae713811af5f583f44e4772bdaf392404
parentc6318f69e6af8f22c2d5aa683e6cb067a0068d10
make hGetBufNonBlocking do something on Windows w/ -threaded
hGetBufNonBlocking will behave the same as hGetBuf on Windows now, which
is better than just crashing (which it did previously).
GHC/Handle.hs
GHC/IO.hs