Follow upstream changes -- Bytestring updates
[git-darcs-import.git] / src / win32 / sys / mman.h
blob3241466124b96e7f9186834e2694bd3152a4f1e7
2 #include <sys/types.h>
4 void *mmap(void *start, size_t length, int prot, int flags, int fd, off_t offset);
5 int munmap(void *start, size_t length);