Skip to content

Commit 624fa85

Browse files
alexrpkubkon
authored andcommitted
std.os.linux: Unbreak the build
Happened because I wrote #20869 before #20870.
1 parent 7a0da80 commit 624fa85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/os/linux.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ pub const SYS = switch (@import("builtin").cpu.arch) {
111111
.hexagon => syscalls.Hexagon,
112112
.riscv32 => syscalls.RiscV32,
113113
.riscv64 => syscalls.RiscV64,
114-
.sparc, .sparcel => syscalls.Sparc,
114+
.sparc => syscalls.Sparc,
115115
.sparc64 => syscalls.Sparc64,
116116
.m68k => syscalls.M68k,
117117
.mips, .mipsel => syscalls.MipsO32,

0 commit comments

Comments
 (0)