summaryrefslogtreecommitdiff
path: root/eval_intern.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval_intern.h')
-rw-r--r--eval_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval_intern.h b/eval_intern.h
index 201604a5b9..5878e4a2e1 100644
--- a/eval_intern.h
+++ b/eval_intern.h
@@ -15,7 +15,6 @@
#include "ruby/ruby.h"
#include "ruby/node.h"
#include "ruby/util.h"
-#include "ruby/signal.h"
#include "vm_core.h"
#ifdef HAVE_STDLIB_H
@@ -231,5 +230,6 @@ VALUE rb_vm_call_cfunc(VALUE recv, VALUE (*func)(VALUE), VALUE arg, const rb_blo
void rb_thread_terminate_all(void);
VALUE rb_vm_top_self();
VALUE rb_vm_cbase(void);
+void rb_trap_restore_mask(void);
#endif /* RUBY_EVAL_INTERN_H */