We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f639d98 commit 5b394e5Copy full SHA for 5b394e5
src/daemon.c
@@ -137,7 +137,7 @@ static void keepalive(void (*work)(void *data), void *data)
137
/* enable signalling in kill_child_handler */
138
child_pid = p;
139
140
- // wait for child to finish and check status
+ /* wait for child to finish and check status */
141
while ((p1 = waitpid(p, &status, 0) == (pid_t ) (-1)) && errno == EINTR)
142
;
143
0 commit comments