summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index 0374744756..84fd3aeb01 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -3913,7 +3913,7 @@ void
Init_vm_stack_canary(void)
{
/* This has to be called _after_ our PRNG is properly set up. */
- int n = fill_random_bytes(&vm_stack_canary, sizeof vm_stack_canary, false);
+ int n = ruby_fill_random_bytes(&vm_stack_canary, sizeof vm_stack_canary, false);
VM_ASSERT(n == 0);
}