X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FIO.hs;h=f33a167bde470fc98dde647bff36f6cde4152d4d;hb=b8ac498face4c8b16c06d30fbc86666b7dc28173;hp=f3e0212fc0f66e7958c3e85b8d56941fd428b69e;hpb=eacefc4ec04b67940c74ab797eee34c9f47b7d75;p=ghc-base.git diff --git a/System/IO.hs b/System/IO.hs index f3e0212..f33a167 100644 --- a/System/IO.hs +++ b/System/IO.hs @@ -6,7 +6,7 @@ -- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org --- Stability : provisional +-- Stability : stable -- Portability : portable -- -- The standard IO library. @@ -149,6 +149,8 @@ module System.IO ( hSetBinaryMode, -- :: Handle -> Bool -> IO () hPutBuf, -- :: Handle -> Ptr a -> Int -> IO () hGetBuf, -- :: Handle -> Ptr a -> Int -> IO Int + hPutBufNonBlocking, -- :: Handle -> Ptr a -> Int -> IO Int + hGetBufNonBlocking, -- :: Handle -> Ptr a -> Int -> IO Int #endif module System.IO.Error,