mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-09-22 18:25:03 -04:00
Tweaked a comment.
This commit is contained in:
1 parent
705de51a73
commit
9e0582f9bf
1 file changed
+3
-3
@@ -579,9 +579,9 @@ static int do_recv(int f_in,int f_out,struct file_list *flist,char *local_name)
|
||||
exit_cleanup(RERR_PROTOCOL);
|
||||
}
|
||||
|
||||
/* Finally, we hang around waiting for our parent to kills
|
||||
* us with a USR2 signal. We sleep for a short time, as on
|
||||
* some OSes a signal won't interrupt a sleep! */
|
||||
/* Finally, we go to sleep until our parent kills us with a
|
||||
* USR2 signal. We sleep for a short time, as on some OSes
|
||||
* a signal won't interrupt a sleep! */
|
||||
while (1)
|
||||
msleep(20);
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user