Remove the Cygwin msleep(100) before the generator kills the receiver,
[rsync/rsync.git] / main.c
diff --git a/main.c b/main.c
index c2681e6..b571b3a 100644 (file)
--- a/main.c
+++ b/main.c
@@ -462,10 +462,6 @@ static int do_recv(int f_in,int f_out,struct file_list *flist,char *local_name)
        io_flush();
 
        io_set_error_fd(-1);
-#ifdef DELAY_BEFORE_SIGNALING_RECEIVER
-       /* workaround for cygwin hangs; wait to make sure child is ready */
-       msleep(100); 
-#endif
        kill(pid, SIGUSR2);
        wait_process(pid, &status);
        return status;