Ignore the return code of c_fcntl_write again
authorMatthias Kilian <kili@outback.escape.de>
Thu, 15 Apr 2010 14:04:52 +0000 (14:04 +0000)
committerMatthias Kilian <kili@outback.escape.de>
Thu, 15 Apr 2010 14:04:52 +0000 (14:04 +0000)
commit8ea4138dd177524ef650e5be230a19bcd203f681
treef3150aa186221ff6400886243540e731461306d4
parent18d76310cb679667c9d3e491277c283a0dccee06
Ignore the return code of c_fcntl_write again

The return code has been ignored in the past on purpose, because
O_NONBLOCK will fail on BSDs for some special files. This fixes the
problem mentioned in
http://www.haskell.org/pipermail/glasgow-haskell-users/2010-April/018698.html
System/Posix/Internals.hs