aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/IO/Common.hsc
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2013-11-07 13:42:51 +0100
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2013-11-07 13:46:27 +0100
commit48a72e8753a1e90ad24335db9bf241892610375b (patch)
tree8b3792c02cc62b43c19dd6b4e1408bdd73278a0d /System/Posix/IO/Common.hsc
parent7ca70fbf7b82bcca945669d043673a06973c1edf (diff)
Remove misleading paragraph in `fdToHandle`'s Haddock
The removed paragraph is obsolete and does no longer apply to the implementation as noted by Duncan in #8286. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
Diffstat (limited to 'System/Posix/IO/Common.hsc')
-rw-r--r--System/Posix/IO/Common.hsc5
1 files changed, 0 insertions, 5 deletions
diff --git a/System/Posix/IO/Common.hsc b/System/Posix/IO/Common.hsc
index a781093..b2ac787 100644
--- a/System/Posix/IO/Common.hsc
+++ b/System/Posix/IO/Common.hsc
@@ -207,11 +207,6 @@ handleToFd :: Handle -> IO Fd
-- | Converts an 'Fd' into a 'Handle' that can be used with the
-- standard Haskell IO library (see "System.IO").
---
--- GHC only: this function has the side effect of putting the 'Fd'
--- into non-blocking mode (@O_NONBLOCK@) due to the way the standard
--- IO library implements multithreaded I\/O.
---
fdToHandle :: Fd -> IO Handle
#ifdef __GLASGOW_HASKELL__