mmap 0.4 → 0.4.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- cbits/posix.c +1/−1
- mmap.cabal +1/−1
cbits/posix.c view
@@ -8,7 +8,7 @@ #include <sys/mman.h> #include <fcntl.h> #include <unistd.h> -#include <malloc.h> +#include <stdlib.h> #include <sys/errno.h> //foreign import ccall unsafe "system_io_mmap_file_open" c_system_io_mmap_file_open :: CString -> CInt -> IO (Ptr ())
mmap.cabal view
@@ -1,5 +1,5 @@ Name: mmap-Version: 0.4+Version: 0.4.1 Stability: alpha License: BSD3 License-File: LICENSE