mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-21 18:03:54 +00:00
Make stat.st_size a __int64 not a uint64_t
This commit is contained in:
parent
69d1494873
commit
e78e8fae5c
@ -28,7 +28,7 @@ struct p_stat {
|
|||||||
short st_uid;
|
short st_uid;
|
||||||
short st_gid;
|
short st_gid;
|
||||||
_dev_t st_rdev;
|
_dev_t st_rdev;
|
||||||
uint64_t st_size;
|
__int64 st_size;
|
||||||
struct timespec st_atim;
|
struct timespec st_atim;
|
||||||
struct timespec st_mtim;
|
struct timespec st_mtim;
|
||||||
struct timespec st_ctim;
|
struct timespec st_ctim;
|
||||||
|
Loading…
Reference in New Issue
Block a user