Oct. 25, 2025
9:34 p.m.
--- localtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localtime.c b/localtime.c index 626e083d..f1a82370 100644 --- a/localtime.c +++ b/localtime.c @@ -268,7 +268,7 @@ struct timespec { time_t tv_sec; long tv_nsec; }; # define TZ_CHANGE_INTERVAL 61 # else # define TZ_CHANGE_INTERVAL (-1) -#endif +# endif #endif static_assert(TZ_CHANGE_INTERVAL < 0 || HAVE_SYS_STAT_H); -- 2.51.0