diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-06-11 15:37:39 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-06-11 15:37:39 +0300 |
| commit | de99380f12f8e2fe4acf7734db0e1e37a356c45f (patch) | |
| tree | 086f4456c71f740d1198602a958aca1e79b3d672 /common/uapi | |
| parent | 45b51617a0e3513a453c20229e02fd8fc9fbbfe1 (diff) | |
| download | kmi-de99380f12f8e2fe4acf7734db0e1e37a356c45f.tar.gz kmi-de99380f12f8e2fe4acf7734db0e1e37a356c45f.zip | |
continue documentation
Diffstat (limited to 'common/uapi')
| -rw-r--r-- | common/uapi/proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/uapi/proc.c b/common/uapi/proc.c index 2c1fe77..b2fc4f0 100644 --- a/common/uapi/proc.c +++ b/common/uapi/proc.c @@ -47,7 +47,7 @@ SYSCALL_DEFINE2(exec)(sys_arg_t bin, sys_arg_t interp){ } /* free everything except regions to be kept */ - clear_uvmem(r, false); + clear_uvmem(r); /* restore to normal */ clear_bit(b->flags, MR_KEEP); |
