summaryrefslogtreecommitdiff
path: root/thread_win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'thread_win32.h')
-rw-r--r--thread_win32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/thread_win32.h b/thread_win32.h
index 994949d2b4..95cbe7c984 100644
--- a/thread_win32.h
+++ b/thread_win32.h
@@ -30,9 +30,9 @@ typedef struct native_thread_data_struct {
HANDLE interrupt_event;
} native_thread_data_t;
-typedef struct rb_global_vm_lock_struct {
+struct rb_thread_sched {
HANDLE lock;
-} rb_global_vm_lock_t;
+};
typedef DWORD native_tls_key_t; // TLS index