summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-09-11 11:05:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-09-11 11:05:20 +0000
commit6f7fafbf004af03cc476648be02c9dc3cc1b4f3d (patch)
tree01e3df96b7ecfa279721ff05cc0c4954daccb9dc /internal.h
parentdb40f678493b5e36d1e8af94ea79b6b0bc2c11ea (diff)
random.c: prefixed fill_random_bytes
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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