X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FIO.hs;h=23e7428544dfcacf39d450350ec32c629271debb;hb=30431f0b3a07f49177b6f3d4eb68f403b46bd0b0;hp=f3e0212fc0f66e7958c3e85b8d56941fd428b69e;hpb=e7dbf3af1879d01e70f8a35b8b83926f35404aa9;p=ghc-base.git diff --git a/System/IO.hs b/System/IO.hs index f3e0212..23e7428 100644 --- a/System/IO.hs +++ b/System/IO.hs @@ -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,