mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
std.os.linux: Add missing time_t definition for sparc64.
This commit is contained in:
parent
200fb1e92e
commit
47e46b58d2
@ -304,6 +304,7 @@ 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 time_t = isize;
|
||||||
pub const mode_t = u32;
|
pub const mode_t = u32;
|
||||||
pub const dev_t = usize;
|
pub const dev_t = usize;
|
||||||
pub const nlink_t = u32;
|
pub const nlink_t = u32;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user