authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-04-28 12:02:33+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-04-28 12:05:19+02:00
logd7e8337909fcf64360568c1f031240a1f9088dee
tree19f800d192c0ede991cd167e21fcfecb32b57215
parent2c5f54c8983ed8649c1a35742bd24e696d6e34b3
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

std.os.linux: Add missing time_t definition for sparc64.


1 files changed, 1 insertions(+), 0 deletions(-)

lib/std/os/linux/sparc64.zig+1
......@@ -304,6 +304,7 @@ pub const msghdr_const = extern struct {
304304
305305pub const off_t = i64;
306306pub const ino_t = u64;
307pub const time_t = isize;
307308pub const mode_t = u32;
308309pub const dev_t = usize;
309310pub const nlink_t = u32;