From: Ian Lynagh Date: Wed, 23 May 2007 18:13:31 +0000 (+0000) Subject: Fix comment: maperrno is in Win32Utils.c, not runProcess.c X-Git-Tag: 2007-09-13~85 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4fedbc1af46ab9376bc154aba981ebf40305021b;p=ghc-base.git Fix comment: maperrno is in Win32Utils.c, not runProcess.c --- diff --git a/GHC/Conc.lhs b/GHC/Conc.lhs index d6fdd4f..55da1ac 100644 --- a/GHC/Conc.lhs +++ b/GHC/Conc.lhs @@ -858,7 +858,7 @@ foreign import ccall unsafe "readIOManagerEvent" -- in the RTS (ThrIOManager.c) foreign import ccall unsafe "sendIOManagerEvent" -- in the RTS (ThrIOManager.c) c_sendIOManagerEvent :: Word32 -> IO () -foreign import ccall unsafe "maperrno" -- in runProcess.c +foreign import ccall unsafe "maperrno" -- in Win32Utils.c c_maperrno :: IO () foreign import stdcall "WaitForSingleObject"