Skip to content

Commit 5b394e5

Browse files
committed
C++ style comments are not allowed in ISO C90
1 parent f639d98 commit 5b394e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/daemon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ static void keepalive(void (*work)(void *data), void *data)
137137
/* enable signalling in kill_child_handler */
138138
child_pid = p;
139139

140-
// wait for child to finish and check status
140+
/* wait for child to finish and check status */
141141
while ((p1 = waitpid(p, &status, 0) == (pid_t ) (-1)) && errno == EINTR)
142142
;
143143

0 commit comments

Comments
 (0)