fd: Add MMap handle object

This makes it possible to have an RAII managed MMap

Change-Id: Id61cea650a68087ca9d263a57dd780791845eb85
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/src/meson.build b/src/meson.build
index 9b4ad23..af7399c 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -57,6 +57,7 @@
     'stdplus/fd/dupable.cpp',
     'stdplus/fd/impl.cpp',
     'stdplus/fd/managed.cpp',
+    'stdplus/fd/mmap.cpp',
     'stdplus/fd/ops.cpp',
   ]
 
@@ -67,6 +68,7 @@
     'stdplus/fd/impl.hpp',
     'stdplus/fd/intf.hpp',
     'stdplus/fd/managed.hpp',
+    'stdplus/fd/mmap.hpp',
     'stdplus/fd/ops.hpp',
     subdir: 'stdplus/fd')
 elif get_option('fd').enabled()