mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
Make ruby_reset_timezone internal
It is used only in hash.c, when `ENV['TZ']` is set.
This commit is contained in:
parent
fbc5bb9120
commit
6a1f5b68cb
Notes:
git
2025-12-08 03:52:08 +00:00
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user