mirror of
https://github.com/DeBrosOfficial/orama-vault.git
synced 2026-03-16 19:43:01 +00:00
Fixed type issue
This commit is contained in:
parent
2dc5dbe0ef
commit
3cb552a149
@ -129,7 +129,7 @@ pub fn main() !void {
|
|||||||
fn installSignalHandlers() void {
|
fn installSignalHandlers() void {
|
||||||
const act = posix.Sigaction{
|
const act = posix.Sigaction{
|
||||||
.handler = .{ .handler = signalHandler },
|
.handler = .{ .handler = signalHandler },
|
||||||
.mask = 0,
|
.mask = .{0},
|
||||||
.flags = 0,
|
.flags = 0,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user