summaryrefslogtreecommitdiff
path: root/thread_pthread.h
diff options
context:
space:
mode:
authorJean Boussier <jean.boussier@gmail.com>2026-02-01 12:17:51 +0100
committerJean Boussier <jean.boussier@gmail.com>2026-02-01 15:32:28 +0100
commit32f2596984c30a767b5a0b0d2d890a5653e17960 (patch)
tree05eee48fa0ceafbe6d91be21951d8c55e552e8d9 /thread_pthread.h
parent1f58302e9f4810c0eb60c90b7933a30b5a0d05ff (diff)
thread_pthread.c: Use ruby_sized_xfree
Diffstat (limited to 'thread_pthread.h')
-rw-r--r--thread_pthread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/thread_pthread.h b/thread_pthread.h
index 992e9fb080..cd93182480 100644
--- a/thread_pthread.h
+++ b/thread_pthread.h
@@ -75,6 +75,7 @@ struct rb_thread_sched_item {
bool finished;
bool malloc_stack;
void *context_stack;
+ size_t context_stack_size;
struct coroutine_context *context;
};