mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* signal.c (interrupt_init): nodoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6b60792135
commit
04d1998ff8
1 changed files with 1 additions and 0 deletions
1
signal.c
1
signal.c
|
@ -286,6 +286,7 @@ esignal_signo(VALUE self)
|
|||
return rb_iv_get(self, "signo");
|
||||
}
|
||||
|
||||
/* :nodoc: */
|
||||
static VALUE
|
||||
interrupt_init(int argc, VALUE *argv, VALUE self)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue