summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index 0227339231..fad9aab1e0 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -526,7 +526,7 @@ typedef struct rb_thread_struct {
VALUE root_svar;
/* thread control */
- rb_thread_id_t thread_id;
+ rb_nativethread_id_t thread_id;
enum rb_thread_status status;
int to_kill;
int priority;