Skip to content

Commit 6a1f5b6

Browse files
committed
Make ruby_reset_timezone internal
It is used only in hash.c, when `ENV['TZ']` is set.
1 parent fbc5bb9 commit 6a1f5b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/time.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ struct timeval rb_time_timeval(VALUE);
2828
RUBY_SYMBOL_EXPORT_BEGIN
2929
/* time.c (export) */
3030
void ruby_reset_leap_second_info(void);
31-
void ruby_reset_timezone(const char *);
3231
RUBY_SYMBOL_EXPORT_END
3332

33+
void ruby_reset_timezone(const char *);
34+
3435
#endif /* INTERNAL_TIME_H */

0 commit comments

Comments
 (0)