Skip to content
Snippets Groups Projects
Commit 48a72e87 authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

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's avatarHerbert Valerio Riedel <hvr@gnu.org>
parent 7ca70fbf
No related branches found
No related tags found
No related merge requests found
...@@ -207,11 +207,6 @@ handleToFd :: Handle -> IO Fd ...@@ -207,11 +207,6 @@ handleToFd :: Handle -> IO Fd
-- | Converts an 'Fd' into a 'Handle' that can be used with the -- | Converts an 'Fd' into a 'Handle' that can be used with the
-- standard Haskell IO library (see "System.IO"). -- 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 fdToHandle :: Fd -> IO Handle
#ifdef __GLASGOW_HASKELL__ #ifdef __GLASGOW_HASKELL__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment