summaryrefslogtreecommitdiff
path: root/thread_win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread_win32.c')
-rw-r--r--thread_win32.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/thread_win32.c b/thread_win32.c
index 172c942033..5c20650cae 100644
--- a/thread_win32.c
+++ b/thread_win32.c
@@ -725,6 +725,12 @@ timer_thread_func(void *dummy)
return 0;
}
+void
+rb_thread_wakeup_timer_thread(void)
+{
+ /* do nothing */
+}
+
static void
rb_thread_create_timer_thread(void)
{