mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
std.os.linux: Add missing time_t definition for sparc64.
This commit is contained in:
parent
200fb1e92e
commit
47e46b58d2
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue