aboutsummaryrefslogtreecommitdiffstats
path: root/internal/cont.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cont.h')
-rw-r--r--internal/cont.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/cont.h b/internal/cont.h
index 81874aa5c7..a365cbe978 100644
--- a/internal/cont.h
+++ b/internal/cont.h
@@ -20,4 +20,6 @@ void rb_fiber_reset_root_local_storage(struct rb_thread_struct *);
void ruby_register_rollback_func_for_ensure(VALUE (*ensure_func)(VALUE), VALUE (*rollback_func)(VALUE));
void rb_fiber_init_mjit_cont(struct rb_fiber_struct *fiber);
+VALUE rb_fiberptr_self(struct rb_fiber_struct *fiber);
+
#endif /* INTERNAL_CONT_H */