Merge branch 'blkcnt' into 'master'
Fix blkcnt_t type See merge request redox-os/relibc!1036
This commit is contained in:
@@ -20,7 +20,7 @@ typedef int suseconds_t;
|
||||
typedef long clock_t;
|
||||
typedef int clockid_t;
|
||||
typedef void* timer_t;
|
||||
typedef unsigned long int blkcnt_t;
|
||||
typedef long long blkcnt_t;
|
||||
|
||||
typedef unsigned long int fsblkcnt_t;
|
||||
typedef unsigned long int fsfilcnt_t;
|
||||
|
||||
@@ -68,7 +68,7 @@ pub type ino_t = c_ulonglong;
|
||||
pub type reclen_t = c_ushort;
|
||||
pub type nlink_t = c_ulong;
|
||||
pub type blksize_t = c_long;
|
||||
pub type blkcnt_t = c_ulong;
|
||||
pub type blkcnt_t = c_longlong;
|
||||
|
||||
pub type fsblkcnt_t = c_ulong;
|
||||
pub type fsfilcnt_t = c_ulong;
|
||||
|
||||
Reference in New Issue
Block a user