summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal.h b/internal.h
index bfbd90bc5e..fec6d3c82f 100644
--- a/internal.h
+++ b/internal.h
@@ -2104,7 +2104,7 @@ VALUE rb_imemo_new(enum imemo_type type, VALUE v1, VALUE v2, VALUE v3, VALUE v0)
#endif
/* random.c */
-int fill_random_bytes(void *, size_t, int);
+int ruby_fill_random_bytes(void *, size_t, int);
RUBY_SYMBOL_EXPORT_END