sapling/lib/third-party/mman-win32
Kostia Balytskyi 67b2e1496a hg: vendor a third-party implementation of mman library for Windows
Summary: This is needed to make our C code compile on Windows.

Reviewed By: quark-zju

Differential Revision: D6970929

fbshipit-source-id: 2cfe46e0718fe75916912d0e59c5400038e03a12
2018-04-13 21:51:10 -07:00
..
mman.c hg: vendor a third-party implementation of mman library for Windows 2018-04-13 21:51:10 -07:00
mman.h hg: vendor a third-party implementation of mman library for Windows 2018-04-13 21:51:10 -07:00
README.facebook hg: vendor a third-party implementation of mman library for Windows 2018-04-13 21:51:10 -07:00
README.md hg: vendor a third-party implementation of mman library for Windows 2018-04-13 21:51:10 -07:00
test.c hg: vendor a third-party implementation of mman library for Windows 2018-04-13 21:51:10 -07:00
UpgradeLog.htm hg: vendor a third-party implementation of mman library for Windows 2018-04-13 21:51:10 -07:00

mman-win32

mman library for Windows. mirror of https://code.google.com/p/mman-win32/

A light implementation of the mmap functions for MinGW.

The mmap-win32 library implements a wrapper for mmap functions around the memory mapping Windows API.

License: MIT License