* include/sys/stat.h (struct __stat64): Change st_size type to
__int64. * include/wchar.h (struct __stat64): Change st_size type to __int64.
This commit is contained in:
@@ -426,7 +426,7 @@ struct __stat64
|
||||
short st_uid;
|
||||
short st_gid;
|
||||
_dev_t st_rdev;
|
||||
_off_t st_size;
|
||||
__int64 st_size;
|
||||
__time64_t st_atime;
|
||||
__time64_t st_mtime;
|
||||
__time64_t st_ctime;
|
||||
|
Reference in New Issue
Block a user