summaryrefslogtreecommitdiff
path: root/ractor.c
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.c
parent9c73c756244fa27ffa99d81dcc73a4ad14198002 (diff)
rename to rb_ractor_make_shareable_copy()
from rb_ractor_make_copy_shareable().
Diffstat (limited to 'ractor.c')
-rw-r--r--ractor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ractor.c b/ractor.c
index d2d4ee2e38..be067d6113 100644
--- a/ractor.c
+++ b/ractor.c
@@ -2440,7 +2440,7 @@ rb_ractor_make_shareable(VALUE obj)
}
VALUE
-rb_ractor_make_copy_shareable(VALUE obj)
+rb_ractor_make_shareable_copy(VALUE obj)
{
VALUE copy = ractor_copy(obj);
rb_obj_traverse(copy,