diff options
Diffstat (limited to 'src/map.h')
-rw-r--r-- | src/map.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -42,6 +42,5 @@ typedef struct { /* memory mapped buffer */ extern int p_mmap(git_map *out, size_t len, int prot, int flags, int fd, git_off_t offset); extern int p_munmap(git_map *map); -extern long git__page_size(void); #endif /* INCLUDE_map_h__ */ |