std.c.O: fix illumos regression

introduced in c3eb592a34
This commit is contained in:
Andrew Kelley
2024-02-12 01:05:50 -07:00
parent c3eb592a34
commit f995c1b08a

View File

@@ -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,