From: sof Date: Tue, 23 Sep 2003 17:33:12 +0000 (+0000) Subject: [project @ 2003-09-23 17:33:12 by sof] X-Git-Tag: nhc98-1-18-release~497 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8d4654930cec0fa2c2fa7568fee0c8a4a1074baa;p=ghc-base.git [project @ 2003-09-23 17:33:12 by sof] createPipe, createPipeEx: commented out exports (doesn't appear to be defined anywhere) --- diff --git a/GHC/IO.hs b/GHC/IO.hs index c5e9697..d14df36 100644 --- a/GHC/IO.hs +++ b/GHC/IO.hs @@ -21,7 +21,9 @@ module GHC.IO ( commitBuffer', -- hack, see below hGetcBuffered, -- needed by ghc/compiler/utils/StringBuffer.lhs hGetBuf, hGetBufNonBlocking, hPutBuf, hPutBufNonBlocking, slurpFile, +{- NOTE: As far as I can tell, not defined. createPipe, createPipeEx, +-} memcpy_ba_baoff, memcpy_ptr_baoff, memcpy_baoff_ba,