You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= openFdAt fdMay name WriteOnly defaultFileFlags{ trunc=True, creat=(Just mode) }
121
121
122
+
{-# DEPRECATED fdRead "This function is scheduled to be dropped in favor of 'System.Posix.IO.ByteString.fdRead', because decoding e.g. UTF-8 streams partially is unsafe." #-} -- deprecated in 2.8.0.0
122
123
--| Read data from an 'Fd' and convert it to a 'String' using the locale encoding.
123
124
-- Throws an exception if this is an invalid descriptor, or EOF has been
0 commit comments