Skip to content

Commit

Permalink
Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Nov 24, 2024
1 parent 073fa6a commit 5f9f78e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/io/event/selector/kqueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ void process_prewait(pid_t pid) {
result = waitid(P_PID, pid, &info, WEXITED | WNOWAIT);
// This can sometimes get interrupted by SIGCHLD.
} while (result == -1 && errno == EINTR);

if (result == -1) {
rb_sys_fail("process_prewait:waitid");
}
Expand Down

0 comments on commit 5f9f78e

Please sign in to comment.