| author | |
| committer | |
| log | bdfbf432dd626b495cee0a8aa53e77b4ef718ff2 |
| tree | 12dab679e8255f2e96a8ea6414d644bee6f67f1a |
| parent | 9787df9421ad9d3fcb08cc7b394656542b16cfae |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/process.zig+1-1| ... | ... | @@ -846,7 +846,7 @@ pub fn abort() noreturn { |
| 846 | 846 | exit(127); // Pid 1 might not be signalled in some containers. |
| 847 | 847 | } |
| 848 | 848 | switch (native_os) { |
| 849 | .uefi, .wasi, .emscripten, .cuda, .amdhsa => @trap(), | |
| 849 | .uefi, .wasi, .emscripten, .cuda, .amdhsa, .other, .freestanding => @trap(), | |
| 850 | 850 | else => posix.system.abort(), |
| 851 | 851 | } |
| 852 | 852 | } |