| ... | @@ -9703,8 +9703,8 @@ pub const NSIG = switch (native_os) { | ... | @@ -9703,8 +9703,8 @@ pub const NSIG = switch (native_os) { |
| 9703 | pub const MINSIGSTKSZ = switch (native_os) { | 9703 | pub const MINSIGSTKSZ = switch (native_os) { |
| 9704 | .macos, .ios, .tvos, .watchos, .visionos => 32768, | 9704 | .macos, .ios, .tvos, .watchos, .visionos => 32768, |
| 9705 | .freebsd => switch (builtin.cpu.arch) { | 9705 | .freebsd => switch (builtin.cpu.arch) { |
| 9706 | .x86, .x86_64 => 2048, | 9706 | .powerpc64, .powerpc64le, .x86, .x86_64 => 2048, |
| 9707 | .arm, .aarch64 => 4096, | 9707 | .arm, .aarch64, .riscv64 => 4096, |
| 9708 | else => @compileError("unsupported arch"), | 9708 | else => @compileError("unsupported arch"), |
| 9709 | }, | 9709 | }, |
| 9710 | .illumos => 2048, | 9710 | .illumos => 2048, |