Merge branch 'tl/relax-in-poll-emulation'

* tl/relax-in-poll-emulation:
  compat/poll: sleep 1 millisecond to avoid busy wait
maint
Junio C Hamano 2014-06-06 11:18:29 -07:00
commit 7461a3e9fc
1 changed files with 1 additions and 1 deletions

View File

@ -605,7 +605,7 @@ restart:

if (!rc && timeout == INFTIM)
{
SwitchToThread();
SleepEx (1, TRUE);
goto restart;
}