explicitly prefer 64-bit/v2 zoneinfo tables
authorRich Felker <dalias@aerifal.cx>
Sun, 22 Nov 2020 22:00:01 +0000 (17:00 -0500)
committerRich Felker <dalias@aerifal.cx>
Sun, 22 Nov 2020 22:00:01 +0000 (17:00 -0500)
commit585a0a78f96c6968a44b32d07d7bb5c4abf75655
treecceaa9147862bbbbc291fb6633096623ec741ac9
parentdebbddf7c86dfe7fb2f44f057123ccfd950ff555
explicitly prefer 64-bit/v2 zoneinfo tables

since commit 38143339646a4ccce8afe298c34467767c899f51, the condition
sizeof(time_t) > 4 is always true, so there is no functional change
being made here. but semantically, the 64-bit tables should always be
preferred now, because upstream zic (zoneinfo compiler) has quietly
switched to emitting empty 32-bit tables by default, and the resulting
backwards-incompatible zoneinfo files will be encountered in the wild.
src/time/__tz.c