Skip to content

Fix forking

Zubin requested to merge wip/fork into master
  1. When forking, don't repond to a pause request in the parent after the child has already responded

  2. use waitpid() instead of wait() because wait can race with other wait() calls in the program

Merge request reports