summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'time.c')
-rw-r--r--time.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/time.c b/time.c
index 20a514e2dc..10ec0f2a36 100644
--- a/time.c
+++ b/time.c
@@ -1099,7 +1099,8 @@ init_leap_second_info(void)
}
/* Use this if you want to re-run init_leap_second_info() */
-void reset_leap_second_info(void)
+void
+ruby_reset_leap_second_info(void)
{
this_year = 0;
}