mirror of
https://github.com/ziglang/zig.git
synced 2024-11-16 09:03:12 +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 off_t = i64;
|
||||||
pub const ino_t = u64;
|
pub const ino_t = u64;
|
||||||
pub const mode_t = u32;
|
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.
|
// The `stat64` definition used by the kernel.
|
||||||
pub const Stat = extern struct {
|
pub const Stat = extern struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user