chor: bump zig version and fix corresponding errors

This commit is contained in:
2025-06-24 20:47:47 +02:00
parent ed0010c8af
commit 7d8e902ce2

View File

@@ -55,7 +55,7 @@ pub fn App(comptime E: type) type {
handler_ctx = this;
var act = posix.Sigaction{
.handler = .{ .handler = handleWinch },
.mask = posix.empty_sigset,
.mask = posix.sigemptyset(),
.flags = 0,
};
posix.sigaction(posix.SIG.WINCH, &act, null);