X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FConc.lhs;h=665f82f9bbcc5e9905d434768e7e02c71c95d932;hb=41e8fba828acbae1751628af50849f5352b27873;hp=47b6ef647846ed689d4800bc801387f0ed821751;hpb=d71ca65be98abb12afa1dfc2815e6e157799ffdc;p=ghc-base.git diff --git a/GHC/Conc.lhs b/GHC/Conc.lhs index 47b6ef6..665f82f 100644 --- a/GHC/Conc.lhs +++ b/GHC/Conc.lhs @@ -1,7 +1,8 @@ \begin{code} -{-# OPTIONS_GHC -XNoImplicitPrelude #-} +{-# LANGUAGE CPP, NoImplicitPrelude #-} {-# OPTIONS_GHC -fno-warn-missing-signatures #-} {-# OPTIONS_HADDOCK not-home #-} + ----------------------------------------------------------------------------- -- | -- Module : GHC.Conc @@ -52,6 +53,7 @@ module GHC.Conc , registerDelay -- :: Int -> IO (TVar Bool) , threadWaitRead -- :: Int -> IO () , threadWaitWrite -- :: Int -> IO () + , closeFdWith -- :: (Fd -> IO ()) -> Fd -> IO () -- * TVars , STM(..)