Make ruby_reset_timezone internal

It is used only in hash.c, when `ENV['TZ']` is set.
This commit is contained in:
Nobuyoshi Nakada 2025-12-08 11:57:24 +09:00
parent fbc5bb9120
commit 6a1f5b68cb
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465
Notes: git 2025-12-08 03:52:08 +00:00

View File

@ -28,7 +28,8 @@ struct timeval rb_time_timeval(VALUE);
RUBY_SYMBOL_EXPORT_BEGIN
/* time.c (export) */
void ruby_reset_leap_second_info(void);
void ruby_reset_timezone(const char *);
RUBY_SYMBOL_EXPORT_END
void ruby_reset_timezone(const char *);
#endif /* INTERNAL_TIME_H */