aboutsummaryrefslogtreecommitdiffstats
path: root/yarvcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'yarvcore.h')
-rw-r--r--yarvcore.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/yarvcore.h b/yarvcore.h
index 4d98f42b90..79f410cad3 100644
--- a/yarvcore.h
+++ b/yarvcore.h
@@ -18,6 +18,7 @@
#include <setjmp.h>
#include "ruby.h"
+#include "rubysig.h"
#include "st.h"
#include "node.h"
@@ -326,8 +327,8 @@ typedef struct rb_vm_struct {
/* object management */
VALUE mark_object_ary;
- int signal_buff[RUBY_NSIG];
- int bufferd_signal_size;
+ rb_atomic_t signal_buff[RUBY_NSIG];
+ rb_atomic_t bufferd_signal_size;
} rb_vm_t;
typedef struct {