summaryrefslogtreecommitdiff
path: root/ractor.rb
diff options
context:
space:
mode:
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{