diff options
author | max99x <max99x@gmail.com> | 2011-08-28 19:48:11 +0300 |
---|---|---|
committer | max99x <max99x@gmail.com> | 2011-08-28 19:48:11 +0300 |
commit | 0f4ba992df2b950871b79eae1cb0b8d5012bef3e (patch) | |
tree | 0c17ea4f5aee5600f45104a5b60cb395e866f0aa | |
parent | f1b66bafaef5b19564a6753c3c35edfa229bc9f7 (diff) |
Added a missing alias.
-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. |