Oct. 13, 2025
12:58 a.m.
On 10/12/25 16:56, Paul Eggert via tz wrote:
* localtime.c (tzdirslashlen): Now an enum, not a const size_t, as strict C23 requires this for the static_assert that uses tzdirslashlen when PATH_MAX is defined. ... I haven't been following this; stumbled on. But I know one implementation which makes PATH_MAX configurable; filesystype- dependent. So, call a function to get PATH_MAX. Gasp! (But they shun TZDATA!)
-- gil