Skip to content

Commit

Permalink
build: allow building on freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
neurocyte authored and rockorager committed Jun 13, 2024
1 parent f230f0c commit 790dbaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/posix/Tty.zig
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ pub fn init() !Posix {
.mask = switch (builtin.os.tag) {
.macos => 0,
.linux => posix.empty_sigset,
.freebsd => posix.empty_sigset,
else => @compileError("os not supported"),
},
.flags = 0,
Expand Down

0 comments on commit 790dbaa

Please sign in to comment.