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>
This commit is contained in:
Adhemerval Zanella Netto 2022-10-26 16:04:25 -03:00 committed by Adhemerval Zanella
parent fa4a192778
commit 4e21c20751
1 changed files with 1 additions and 1 deletions

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
{