From 48a72e8753a1e90ad24335db9bf241892610375b Mon Sep 17 00:00:00 2001
From: Herbert Valerio Riedel <hvr@gnu.org>
Date: Thu, 7 Nov 2013 13:42:51 +0100
Subject: [PATCH] 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>
---
 System/Posix/IO/Common.hsc | 5 -----
 1 file changed, 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__
-- 
GitLab