summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2022-10-12 12:59:05 +1300
committerGitHub <noreply@github.com>2022-10-12 12:59:05 +1300
commitced1d172804b6dfe39aa31a323ffab80a25223b9 (patch)
tree6c030bd708a935deb164c9ec69df5f58f9d39df6 /vm_core.h
parent467992ee35b59577ddb53f1323b19af3f3e3d134 (diff)
downloadruby-ced1d172804b6dfe39aa31a323ffab80a25223b9.tar.gz
Improvements to IO::Buffer implementation and documentation. (#6525)
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 aed15114e5..9aee345210 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -1099,7 +1099,7 @@ typedef struct rb_thread_struct {
rb_fiber_t *root_fiber;
VALUE scheduler;
- unsigned blocking;
+ unsigned int blocking;
/* misc */
VALUE name;