authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-05-18 00:49:11 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-05-18 00:49:11 -07:00
log62a4d97192cddeb23e651c33d5594a4712d35a76
tree54cba199dd2ff621e6852b942c3a7f198509e15a
parent3bd1741a481f4a49776ab38d105dbd7bc87c139b
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

better define struct_timespec


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

mod.zig+1-1
......@@ -2822,7 +2822,7 @@ pub const wchar_t = c_int;
28222822pub const mode_t = c_uint;
28232823pub const socklen_t = c_uint;
28242824pub const clockid_t = c_int;
2825pub const struct_timespec = linux.timespec;
2825pub const struct_timespec = extern struct { sec: isize, nsec: isize };
28262826pub const struct_timeval = linux.timeval;
28272827pub const DIR = opaque {};
28282828pub const time_t = i64;