aboutsummaryrefslogtreecommitdiffstats
path: root/thread_win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread_win32.c')
-rw-r--r--thread_win32.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/thread_win32.c b/thread_win32.c
index a0b26e3d4a..c4ea6c8efd 100644
--- a/thread_win32.c
+++ b/thread_win32.c
@@ -794,4 +794,9 @@ rb_nativethread_self(void)
return GetCurrentThread();
}
+static void
+native_set_thread_name(rb_thread_t *th)
+{
+}
+
#endif /* THREAD_SYSTEM_DEPENDENT_IMPLEMENTATION */