Commit e78e8fae by Jacques Germishuys

Make stat.st_size a __int64 not a uint64_t

parent 69d14948
......@@ -28,7 +28,7 @@ struct p_stat {
short st_uid;
short st_gid;
_dev_t st_rdev;
uint64_t st_size;
__int64 st_size;
struct timespec st_atim;
struct timespec st_mtim;
struct timespec st_ctim;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment