authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-03-12 20:11:42 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-03-12 20:11:42 -07:00
logfba5ef9ab4deab1dd6136b7b49ab15dc41f159f4
treefe5c9939b44d282ea4521950e0dce2b15772c3e8
parent317195b0721ffa96188965aed779a62c504f812e
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

add struct_timeval


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

mod.zig+1
...@@ -2676,6 +2676,7 @@ pub const mode_t = c_uint;...@@ -2676,6 +2676,7 @@ pub const mode_t = c_uint;
2676pub const socklen_t = c_uint;2676pub const socklen_t = c_uint;
2677pub const clockid_t = c_int;2677pub const clockid_t = c_int;
2678pub const struct_timespec = linux.timespec;2678pub const struct_timespec = linux.timespec;
2679pub const struct_timeval = linux.timeval;
2679pub const DIR = opaque {};2680pub const DIR = opaque {};
2680pub const time_t = i64;2681pub const time_t = i64;
2681pub const div_t = extern struct { quot: c_int, rem: c_int };2682pub const div_t = extern struct { quot: c_int, rem: c_int };