Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
opa334 committed May 3, 2023
1 parent fa023a7 commit 89b792b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BaseBin/forkfix/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ void parent_fixup(pid_t childPid, bool mightHaveDirtyPages)
abort();
}

// Tel child we are done, this will make it resume
write(parentToChildPipe[1], &msg, sizeof(msg));

close(parentToChildPipe[1]);
Expand Down

0 comments on commit 89b792b

Please sign in to comment.