| ... | @@ -674,6 +674,10 @@ pub const msghdr_const = extern struct { | ... | @@ -674,6 +674,10 @@ pub const msghdr_const = extern struct { |
| 674 | pub const off_t = i64; | 674 | pub const off_t = i64; |
| 675 | pub const ino_t = u64; | 675 | pub const ino_t = u64; |
| 676 | pub const mode_t = u32; | 676 | pub const mode_t = u32; |
| | 677 | pub const dev_t = usize; |
| | 678 | pub const nlink_t = u32; |
| | 679 | pub const blksize_t = isize; |
| | 680 | pub const blkcnt_t = isize; |
| 677 | | 681 | |
| 678 | // The `stat64` definition used by the kernel. | 682 | // The `stat64` definition used by the kernel. |
| 679 | pub const Stat = extern struct { | 683 | pub const Stat = extern struct { |