diff options
-rw-r--r-- | src/library.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library.js b/src/library.js index 5fd1fcd5..b059f7d8 100644 --- a/src/library.js +++ b/src/library.js @@ -3100,6 +3100,7 @@ LibraryManager.library = { return allocate(info.object.contents.slice(offset, offset+num), 'i8', ALLOC_NORMAL); }, + __01mmap64_: 'mmap', munmap: function(start, num) { // FIXME: Not really correct at all. |