summaryrefslogtreecommitdiff
path: root/ractor.rb
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2020-12-21 02:20:57 +0900
committerKoichi Sasada <ko1@atdot.net>2020-12-21 02:21:33 +0900
commit7600f69a8e7955fc2ba3ef83d0c9fa019114216e (patch)
treeb94ac36872328a12112580d393621eb1dd2c5922 /ractor.rb
parent9c73c756244fa27ffa99d81dcc73a4ad14198002 (diff)
rename to rb_ractor_make_shareable_copy()
from rb_ractor_make_copy_shareable().
Diffstat (limited to 'ractor.rb')
-rw-r--r--ractor.rb2
1 files changed, 1 insertions, 1 deletions
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{