| author | |
| committer | |
| log | 4e943fc847befb477fbb76e42b199e1f61868a4a |
| tree | ef2b55f4c3a74b480a34dde23bc54f842551450d |
| parent | d5585bc650b7549f38d551d9021c60f9247bb237 |
| signature |
1 files changed, 2 insertions(+), 2 deletions(-)
lib/std/c.zig+2-2| ... | ... | @@ -9703,8 +9703,8 @@ pub const NSIG = switch (native_os) { |
| 9703 | 9703 | pub const MINSIGSTKSZ = switch (native_os) { |
| 9704 | 9704 | .macos, .ios, .tvos, .watchos, .visionos => 32768, |
| 9705 | 9705 | .freebsd => switch (builtin.cpu.arch) { |
| 9706 | .x86, .x86_64 => 2048, | |
| 9707 | .arm, .aarch64 => 4096, | |
| 9706 | .powerpc64, .powerpc64le, .x86, .x86_64 => 2048, | |
| 9707 | .arm, .aarch64, .riscv64 => 4096, | |
| 9708 | 9708 | else => @compileError("unsupported arch"), |
| 9709 | 9709 | }, |
| 9710 | 9710 | .illumos => 2048, |