authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-07-12 03:45:35 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-07-12 03:45:35 -07:00
log34b4720ea10ebe396dc48c21afe62e1570ecadb6
tree15b2338c33aca257582ae48e532b946a2f5a2790
parent065090fa8b3b1aaac21ff46756116713ff5a30dd
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

add struct_tm


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

mod.zig+1
...@@ -2898,6 +2898,7 @@ pub const struct_dirent = extern struct { ino: ino_t, off: off_t, reclen: c_usho...@@ -2898,6 +2898,7 @@ pub const struct_dirent = extern struct { ino: ino_t, off: off_t, reclen: c_usho
2898pub const cpu_set_t = [1024 / 8 / @sizeOf(c_ulong)]c_ulong;2898pub const cpu_set_t = [1024 / 8 / @sizeOf(c_ulong)]c_ulong;
2899pub const nfds_t = c_ulong;2899pub const nfds_t = c_ulong;
2900pub const struct_pollfd = extern struct { fd: c_int, events: c_short, revents: c_short };2900pub const struct_pollfd = extern struct { fd: c_int, events: c_short, revents: c_short };
2901pub const struct_tm = extern struct { sec: c_int, min: c_int, hour: c_int, mday: c_int, mon: c_int, year: c_int, wday: c_int, yday: c_int, isdst: c_int, gmtoff: c_long, zone: [*:0]const u8 };
29012902
2902const impdef = @cImport({2903const impdef = @cImport({
2903 @cInclude("pthread.h");2904 @cInclude("pthread.h");