Skip to content

Commit

Permalink
Fixes bug when using sync()
Browse files Browse the repository at this point in the history
  • Loading branch information
HAKarlsson committed Oct 23, 2024
1 parent 4bf9228 commit 0f626a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/src/syscall.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ proc_t *handle_sync(proc_t *const p, const sys_args_t *args)
// otherwise only update memory.
if (args->sync.full) {
p->timeout = 0;
proc_release(p);
return NULL;
}
proc_pmp_sync(p);
Expand Down

0 comments on commit 0f626a0

Please sign in to comment.