Skip to content

Commit

Permalink
std.os.linux: Unbreak the build
Browse files Browse the repository at this point in the history
Happened because I wrote #20869 before #20870.
  • Loading branch information
alexrp authored and kubkon committed Aug 1, 2024
1 parent 7a0da80 commit 624fa85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/std/os/linux.zig
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pub const SYS = switch (@import("builtin").cpu.arch) {
.hexagon => syscalls.Hexagon,
.riscv32 => syscalls.RiscV32,
.riscv64 => syscalls.RiscV64,
.sparc, .sparcel => syscalls.Sparc,
.sparc => syscalls.Sparc,
.sparc64 => syscalls.Sparc64,
.m68k => syscalls.M68k,
.mips, .mipsel => syscalls.MipsO32,
Expand Down

0 comments on commit 624fa85

Please sign in to comment.