add return value in munmap
This commit is contained in:
Родитель
8069c3cd2a
Коммит
233113e07d
|
@ -3197,6 +3197,7 @@ LibraryManager.library = {
|
||||||
|
|
||||||
munmap: function(start, num) {
|
munmap: function(start, num) {
|
||||||
_free(start);
|
_free(start);
|
||||||
|
return 0;
|
||||||
},
|
},
|
||||||
|
|
||||||
// TODO: Implement mremap.
|
// TODO: Implement mremap.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче