From 8d4654930cec0fa2c2fa7568fee0c8a4a1074baa Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 23 Sep 2003 17:33:12 +0000 Subject: [PATCH] [project @ 2003-09-23 17:33:12 by sof] createPipe, createPipeEx: commented out exports (doesn't appear to be defined anywhere) --- GHC/IO.hs | 2 ++ 1 file changed, 2 insertions(+) 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, -- 1.7.10.4