summaryrefslogtreecommitdiff
path: root/ext/-test-/time/leap_second.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-06 01:40:04 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-06 01:40:04 +0000
commit33354d2928cbacac2b2560a1b4be5698b0f4a514 (patch)
tree6f97383413f6d7108a4db48b142e400674b2c268 /ext/-test-/time/leap_second.c
parent7a0a58544452e6e01cf2ec87f83e7080d229dad5 (diff)
Prefixed reset_leap_second_info
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/-test-/time/leap_second.c')
-rw-r--r--ext/-test-/time/leap_second.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/-test-/time/leap_second.c b/ext/-test-/time/leap_second.c
index 214afe2b6b..8989f7952f 100644
--- a/ext/-test-/time/leap_second.c
+++ b/ext/-test-/time/leap_second.c
@@ -1,6 +1,6 @@
#include "ruby.h"
-void reset_leap_second_info(void);
+void ruby_reset_leap_second_info(void);
static VALUE
bug_time_s_reset_leap_second_info(VALUE klass)
{