Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain78 <[email protected]>
  • Loading branch information
Sylvain78 committed Sep 25, 2024
1 parent 3c7286f commit 0848e06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vendor/spawn/src/spawn_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ static void subprocess(int failure_fd, struct spawn_info *info)
}

pthread_sigmask(SIG_SETMASK, &info->child_sigmask, NULL);

execve(info->prog, info->argv, info->env);
subprocess_failure(failure_fd, "execve", PROG);
}
Expand Down

0 comments on commit 0848e06

Please sign in to comment.