aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/IO.hsc
diff options
context:
space:
mode:
authorGravatar simonmar <unknown>2003-03-26 12:34:53 +0000
committerGravatar simonmar <unknown>2003-03-26 12:34:53 +0000
commited31973d867d76516d6a91e81d76286e6c77184c (patch)
tree7ce0cf64d3de5dee72a797ade60187122a981210 /System/Posix/IO.hsc
parentaa939e87699d202d98df2c13a3c9e4389a3eaba0 (diff)
[project @ 2003-03-26 12:34:53 by simonmar]
wibble: add a newline at the end of the file
Diffstat (limited to 'System/Posix/IO.hsc')
-rw-r--r--System/Posix/IO.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/System/Posix/IO.hsc b/System/Posix/IO.hsc
index 86f8461..11fc982 100644
--- a/System/Posix/IO.hsc
+++ b/System/Posix/IO.hsc
@@ -359,4 +359,4 @@ foreign import ccall unsafe "write"
c_write :: Fd -> CString -> CSize -> IO CSize
foreign import ccall unsafe "memcpy"
- c_memcpy :: Ptr dst -> Ptr src -> CSize -> IO (Ptr dst) \ No newline at end of file
+ c_memcpy :: Ptr dst -> Ptr src -> CSize -> IO (Ptr dst)