time: Use 64 bit time on tzfile

The tzfile_mtime is already compared to 64 bit time_t stat call.
Reviewed-by: DJ Delorie <dj@redhat.com>

(cherry picked from commit 4e21c20751)
This commit is contained in:
Adhemerval Zanella Netto 2022-10-26 16:04:25 -03:00 committed by Adhemerval Zanella
parent c1e080bc95
commit 4321cbc2af

View File

@ -32,7 +32,7 @@
int __use_tzfile;
static dev_t tzfile_dev;
static ino64_t tzfile_ino;
static time_t tzfile_mtime;
static __time64_t tzfile_mtime;
struct ttinfo
{