[project @ 2004-02-18 15:07:03 by simonmar]
[ghc-base.git] / System / Posix / Internals.hs
index 989a082..e5dbaaf 100644 (file)
@@ -377,7 +377,7 @@ foreign import ccall unsafe "HsBase.h rewinddir"
 foreign import ccall unsafe "HsBase.h rmdir"
    c_rmdir :: CString -> IO CInt
 
-foreign import ccall unsafe "HsBase.h stat"
+foreign import ccall unsafe "HsBase.h __hscore_stat"
    c_stat :: CString -> Ptr CStat -> IO CInt
 
 foreign import ccall unsafe "HsBase.h umask"