X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8ed16deb249535905b947496290e19344e93ea41..b45b059a3dcfcf835a8925c23240a3a49311ca44:/main.c diff --git a/main.c b/main.c index f61ead43..b571b3a8 100644 --- a/main.c +++ b/main.c @@ -462,11 +462,7 @@ 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); kill(pid, SIGUSR2); -#endif wait_process(pid, &status); return status; }