summaryrefslogtreecommitdiff
path: root/thread_win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread_win32.c')
-rw-r--r--thread_win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread_win32.c b/thread_win32.c
index ec5a4e8769..1391bece54 100644
--- a/thread_win32.c
+++ b/thread_win32.c
@@ -44,7 +44,7 @@ ruby_thread_set_native(rb_thread_t *th)
return TlsSetValue(ruby_native_thread_key, th);
}
-static void
+void
Init_native_thread(void)
{
rb_thread_t *th = GET_THREAD();