From 7600f69a8e7955fc2ba3ef83d0c9fa019114216e Mon Sep 17 00:00:00 2001 From: Koichi Sasada Date: Mon, 21 Dec 2020 02:20:57 +0900 Subject: rename to rb_ractor_make_shareable_copy() from rb_ractor_make_copy_shareable(). --- ractor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ractor.rb') diff --git a/ractor.rb b/ractor.rb index 3622c661e6..12643e6e16 100644 --- a/ractor.rb +++ b/ractor.rb @@ -748,7 +748,7 @@ class Ractor def self.make_shareable obj, copy: false if copy __builtin_cexpr! %q{ - rb_ractor_make_copy_shareable(obj); + rb_ractor_make_shareable_copy(obj); } else __builtin_cexpr! %q{ -- cgit v1.2.3