mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
signal.c: follow up r63435
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63436 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0c91f10955
commit
6189f2263d
1 changed files with 1 additions and 1 deletions
2
signal.c
2
signal.c
|
@ -1012,7 +1012,7 @@ static void
|
|||
signal_exec(VALUE cmd, int safe, int sig)
|
||||
{
|
||||
rb_execution_context_t *ec = GET_EC();
|
||||
volatile unsigned long old_interrupt_mask = ec->interrupt_mask;
|
||||
volatile rb_atomic_t old_interrupt_mask = ec->interrupt_mask;
|
||||
enum ruby_tag_type state;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue