mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 22:50:29 +00:00
sd-event: voidify more things
This commit is contained in:
@@ -2342,7 +2342,7 @@ static int source_dispatch(sd_event_source *s) {
|
||||
|
||||
/* Now, reap the PID for good. */
|
||||
if (zombie)
|
||||
waitid(P_PID, s->child.pid, &s->child.siginfo, WNOHANG|WEXITED);
|
||||
(void) waitid(P_PID, s->child.pid, &s->child.siginfo, WNOHANG|WEXITED);
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user