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

This commit is contained in:
Alex Rønne Petersen 2025-04-28 12:02:33 +02:00
parent 200fb1e92e
commit 47e46b58d2
No known key found for this signature in database

View file

@ -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;