mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
extern rb_gc_stack_maxsize.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14254 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9cbc37f505
commit
17f4486abc
1 changed files with 2 additions and 0 deletions
|
@ -423,6 +423,8 @@ thread_start_func_1(void *th_ptr)
|
|||
return 0;
|
||||
}
|
||||
|
||||
extern size_t rb_gc_stack_maxsize;
|
||||
|
||||
static int
|
||||
native_thread_create(rb_thread_t *th)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue