* 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:
Danny Smith
2005-01-17 05:03:17 +00:00
parent 37d5841f83
commit 4c9f0d3547
3 changed files with 8 additions and 2 deletions

View File

@@ -141,7 +141,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;