build: update std/debug.zig to zig-0.15.0-dev.877+0adcfd60f
This commit is contained in:
parent
b258b2bb54
commit
0a4c1a57b1
2 changed files with 38 additions and 28 deletions
|
@ -124,7 +124,7 @@ pub fn install_crash_handler() void {
|
|||
}
|
||||
const act = std.posix.Sigaction{
|
||||
.handler = .{ .sigaction = handle_crash },
|
||||
.mask = std.posix.empty_sigset,
|
||||
.mask = std.posix.sigemptyset(),
|
||||
.flags = (std.posix.SA.SIGINFO | std.posix.SA.RESTART),
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue