Fix #2971: we had lost the non-blocking flag on Handles created by openFile
authorSimon Marlow <marlowsd@gmail.com>
Fri, 6 Feb 2009 16:59:12 +0000 (16:59 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Fri, 6 Feb 2009 16:59:12 +0000 (16:59 +0000)
commit249113115bce81cfd103564251a6a507c429af4f
tree1a7c65d4db0859159ad1e76759bffb364504d145
parent1036239c803239aea8529e6f5020b0c8e37c5dba
Fix #2971: we had lost the non-blocking flag on Handles created by openFile
This code is a mess, fortunately the new IO library cleans it up.
GHC/Handle.hs