Add GHC.IO.Handle.FD.openFileBlocking (#4248)
authorSimon Marlow <marlowsd@gmail.com>
Tue, 29 Mar 2011 13:09:28 +0000 (13:09 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 29 Mar 2011 13:09:28 +0000 (13:09 +0000)
commit1258ad2dd3a9dc063c2276ca3bca3271ef7b1bf1
tree8a96bf42232b8415e4c262674789d40d5d5b37d4
parent070240069b56cf719858cb3100c3f72766f7d39d
Add GHC.IO.Handle.FD.openFileBlocking (#4248)
like openFile, but opens the file without O_NONBLOCK
GHC/IO/FD.hs
GHC/IO/Handle/FD.hs
System/Posix/Internals.hs