mirror of git://sourceware.org/git/glibc.git
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:
parent
fa4a192778
commit
4e21c20751
|
@ -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