From 4fedbc1af46ab9376bc154aba981ebf40305021b Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 23 May 2007 18:13:31 +0000 Subject: [PATCH] Fix comment: maperrno is in Win32Utils.c, not runProcess.c --- GHC/Conc.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 1.7.10.4