aboutsummaryrefslogtreecommitdiff
path: root/deps/mman/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/mman/README.md')
-rw-r--r--deps/mman/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/deps/mman/README.md b/deps/mman/README.md
new file mode 100644
index 0000000..9df50e3
--- /dev/null
+++ b/deps/mman/README.md
@@ -0,0 +1,10 @@
+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