mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
Linux/sparc64 bits: Add missing C type definitions
This commit is contained in:
parent
ef6fbbdab6
commit
bdbd060cc7
@ -674,6 +674,10 @@ pub const msghdr_const = extern struct {
|
||||
pub const off_t = i64;
|
||||
pub const ino_t = u64;
|
||||
pub const mode_t = u32;
|
||||
pub const dev_t = usize;
|
||||
pub const nlink_t = u32;
|
||||
pub const blksize_t = isize;
|
||||
pub const blkcnt_t = isize;
|
||||
|
||||
// The `stat64` definition used by the kernel.
|
||||
pub const Stat = extern struct {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user