diff --git a/compat/poll/poll.c b/compat/poll/poll.c index 31163f2ae7b..a9b41d89f46 100644 --- a/compat/poll/poll.c +++ b/compat/poll/poll.c @@ -605,7 +605,7 @@ restart: if (!rc && timeout == INFTIM) { - SwitchToThread(); + SleepEx (1, TRUE); goto restart; }