chor: bump zig version and fix corresponding errors
This commit is contained in:
@@ -55,7 +55,7 @@ pub fn App(comptime E: type) type {
|
|||||||
handler_ctx = this;
|
handler_ctx = this;
|
||||||
var act = posix.Sigaction{
|
var act = posix.Sigaction{
|
||||||
.handler = .{ .handler = handleWinch },
|
.handler = .{ .handler = handleWinch },
|
||||||
.mask = posix.empty_sigset,
|
.mask = posix.sigemptyset(),
|
||||||
.flags = 0,
|
.flags = 0,
|
||||||
};
|
};
|
||||||
posix.sigaction(posix.SIG.WINCH, &act, null);
|
posix.sigaction(posix.SIG.WINCH, &act, null);
|
||||||
|
|||||||
Reference in New Issue
Block a user