aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/w32.c b/src/w32.c
index bf9f858b700..fd1d5e10508 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -1851,6 +1851,8 @@ sys_read (int fd, char * buffer, unsigned int count)
1851 ResetEvent (cp->char_avail); 1851 ResetEvent (cp->char_avail);
1852 1852
1853 case STATUS_READ_ACKNOWLEDGED: 1853 case STATUS_READ_ACKNOWLEDGED:
1854 /* Give process time to buffer some more output for us */
1855 Sleep (50);
1854 break; 1856 break;
1855 1857
1856 default: 1858 default: