X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FIO.hs;h=0179d8df5e19c531593e35cb4be1e45c1a14b2f3;hb=4b26136ab82fb1ff12e49477c4833a9586d368c5;hp=cebaa9846b2af50f02eb8423aa9b6945f4021a75;hpb=9720539ae57f678a632abfdda83f67d24ea2495d;p=haskell-directory.git diff --git a/System/IO.hs b/System/IO.hs index cebaa98..0179d8d 100644 --- a/System/IO.hs +++ b/System/IO.hs @@ -155,7 +155,7 @@ module System.IO ( hGetBufNonBlocking, -- :: Handle -> Ptr a -> Int -> IO Int #endif - -- * Temporary files + -- * Temporary files (not portable: GHC only) #ifdef __GLASGOW_HASKELL__ openTempFile,