aboutsummaryrefslogtreecommitdiffstats
path: root/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/thread.c b/thread.c
index 884bb01298..536783f15d 100644
--- a/thread.c
+++ b/thread.c
@@ -2117,6 +2117,7 @@ rb_threadptr_signal_exit(rb_thread_t *th)
#define USE_SIGALTSTACK
#endif
+NORETURN(void ruby_thread_stack_overflow(rb_thread_t *th));
void
ruby_thread_stack_overflow(rb_thread_t *th)
{