aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/win32.c b/win32/win32.c
index 55c807c901..1363d78710 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -3012,7 +3012,7 @@ rb_w32_call_handler(struct handler_arg_t* h)
rb_jump_tag(status);
}
h->finished = 1;
- Sleep(INFINITE); /* safe on Win95? */
+ yield_until(0);
}
static struct handler_arg_t *