utils: add {un,}map_file to read an entire file
authorRan Benita <ran234@gmail.com>
Thu, 14 Mar 2013 12:33:40 +0000 (14:33 +0200)
committerDaniel Stone <daniel@fooishbar.org>
Mon, 1 Apr 2013 17:20:56 +0000 (18:20 +0100)
This wraps the current mmap call and adds a fallback implementation for
systems which do not have mmap (e.g. mingw).

Signed-off-by: Ran Benita <ran234@gmail.com>

No differences found