aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Files.hsc
diff options
context:
space:
mode:
authorGravatar Ian Lynagh <igloo@earth.li>2007-04-04 00:36:25 +0000
committerGravatar Ian Lynagh <igloo@earth.li>2007-04-04 00:36:25 +0000
commit9d6c0795ddb0df2ef08685e03ae4d749b478e029 (patch)
tree7607d0335f188e9778d5a3de8242662b003220e9 /System/Posix/Files.hsc
parent77917bd30b9ff5677745de40191d81d7381be638 (diff)
Fix C/Haskell type mismatches
Diffstat (limited to 'System/Posix/Files.hsc')
-rw-r--r--System/Posix/Files.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/System/Posix/Files.hsc b/System/Posix/Files.hsc
index 906ab7e..7b7c8fc 100644
--- a/System/Posix/Files.hsc
+++ b/System/Posix/Files.hsc
@@ -489,7 +489,7 @@ readSymbolicLink file =
peekCStringLen (buf,fromIntegral len)
foreign import ccall unsafe "readlink"
- c_readlink :: CString -> CString -> CInt -> IO CInt
+ c_readlink :: CString -> CString -> CSize -> IO CInt
-- -----------------------------------------------------------------------------
-- Renaming files