mcctrl: report success when __NR_munmap succeeds

This commit is contained in:
NAKAMURA Gou
2014-08-29 16:02:52 +09:00
parent 8c1c8a40d1
commit 431adf7e7c

View File

@@ -1315,6 +1315,7 @@ int __do_in_kernel_syscall(ihk_os_t os, struct mcctrl_channel *c, struct syscall
error = -ENOSYS;
goto out;
}
ret = 0;
break;
case __NR_mprotect: