diff options
Diffstat (limited to 'src/unix')
| -rw-r--r-- | src/unix/map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unix/map.c b/src/unix/map.c index 3008008a6..4780bd23c 100644 --- a/src/unix/map.c +++ b/src/unix/map.c @@ -4,7 +4,7 @@ #include <errno.h> -int git__mmap(git_map *out, size_t len, int prot, int flags, int fd, off_t offset) +int git__mmap(git_map *out, size_t len, int prot, int flags, int fd, git_off_t offset) { int mprot = 0; int mflag = 0; |
