Update crash_reporter_linux.zig

This commit is contained in:
Jarred Sumner
2022-01-03 22:33:19 -08:00
parent a48c20d470
commit 112b352b03

View File

@@ -1,6 +1,6 @@
const std = @import("std");
pub fn start(_: [*:0]const u8) bool {
pub fn start(_: anytype, _: anytype) bool {
std.debug.attachSegfaultHandler();
}