mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
std.c.O: fix illumos regression
introduced in c3eb592a343d25bbb0f79b80104d7890877c7af6
This commit is contained in:
parent
c3eb592a34
commit
f995c1b08a
@ -368,7 +368,7 @@ pub const O = switch (native_os) {
|
||||
write: bool = false,
|
||||
_: u3 = 0,
|
||||
},
|
||||
.solaris => packed struct(u32) {
|
||||
.solaris, .illumos => packed struct(u32) {
|
||||
ACCMODE: std.os.ACCMODE = .RDONLY,
|
||||
NDELAY: bool = false,
|
||||
APPEND: bool = false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user