Skip to content

Commit bfba667

Browse files
committed
fix: forgetten else
1 parent 436bada commit bfba667

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/macos.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const syscall3 =
1010
.aarch64 => Aarch64syscall3,
1111
.x86_64 => X86_64syscall3,
1212
.arm => Armsyscall3,
13+
else => {},
1314
};
1415

1516
const fd_t = posix.fd_t;

0 commit comments

Comments
 (0)