[project @ 2005-10-18 11:36:25 by simonmar]
[ghc-base.git] / System / Process / Internals.hs
index a7918b5..3348306 100644 (file)
@@ -343,7 +343,7 @@ findCommandInterpreter = do
       Just cmd -> return cmd
 
 
-foreign import stdcall unsafe "__hscore_get_osver"
+foreign import ccall unsafe "__hscore_get_osver"
   c_get_osver :: IO CUInt
 #endif