summaryrefslogtreecommitdiff
path: root/thread_win32.h
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2021-03-20 16:38:26 +0900
committernagachika <nagachika@ruby-lang.org>2021-03-20 16:38:26 +0900
commit23bb717d95bd087dd0ec6a1beeed1b28eccc0f5b (patch)
tree3a26a5c424bd5a5d3128392dd3864bfa8d3b2902 /thread_win32.h
parent364c8595884808315aaec9605bf2423963ed81c0 (diff)
Partially merged 79df14c04b452411b9d17e26a398e491bca1a811 to suppress compiler warning.
Diffstat (limited to 'thread_win32.h')
-rw-r--r--thread_win32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/thread_win32.h b/thread_win32.h
index 60083da0a1..1a46929ddc 100644
--- a/thread_win32.h
+++ b/thread_win32.h
@@ -32,5 +32,7 @@ typedef struct rb_global_vm_lock_struct {
HANDLE lock;
} rb_global_vm_lock_t;
+void rb_native_mutex_destroy(rb_nativethread_lock_t *lock);
+
#endif /* RUBY_THREAD_WIN32_H */