mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-23 13:09:58 +08:00
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:
parent
c1e080bc95
commit
4321cbc2af
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user