| author | |
| committer | |
| log | bdbd060cc7a150ff2dfe367f3eb08eff6ab319fd |
| tree | f2d3b4fca8d7a67914158748975bc15f9e8eec17 |
| parent | ef6fbbdab623f8eb6615eb3fb3e42141e5711331 |
1 files changed, 4 insertions(+), 0 deletions(-)
lib/std/os/linux/sparc64.zig+4| ... | ... | @@ -674,6 +674,10 @@ pub const msghdr_const = extern struct { |
| 674 | 674 | pub const off_t = i64; |
| 675 | 675 | pub const ino_t = u64; |
| 676 | 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 | 682 | // The `stat64` definition used by the kernel. |
| 679 | 683 | pub const Stat = extern struct { |