commit d7e8337909fcf64360568c1f031240a1f9088dee (tree)
parent 2c5f54c8983ed8649c1a35742bd24e696d6e34b3
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Mon, 28 Apr 2025 12:02:33 +0200
std.os.linux: Add missing time_t definition for sparc64.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/std/os/linux/sparc64.zig b/lib/std/os/linux/sparc64.zig
@@ -304,6 +304,7 @@ pub const msghdr_const = extern struct {
pub const off_t = i64;
pub const ino_t = u64;
+pub const time_t = isize;
pub const mode_t = u32;
pub const dev_t = usize;
pub const nlink_t = u32;