Fix dev_t type and add sys/sysmacros.h include from musl
This commit is contained in:
@@ -63,7 +63,7 @@ pub type pid_t = c_int;
|
||||
pub type id_t = c_uint;
|
||||
pub type gid_t = c_int;
|
||||
pub type uid_t = c_int;
|
||||
pub type dev_t = c_long;
|
||||
pub type dev_t = c_ulonglong;
|
||||
pub type ino_t = c_ulonglong;
|
||||
pub type reclen_t = c_ushort;
|
||||
pub type nlink_t = c_ulong;
|
||||
|
||||
Reference in New Issue
Block a user