Commit f995c1b08a

Andrew Kelley <andrew@ziglang.org>
2024-02-12 09:05:50
std.c.O: fix illumos regression
introduced in c3eb592a343d25bbb0f79b80104d7890877c7af6
1 parent c3eb592
Changed files (1)
lib
std
lib/std/c.zig
@@ -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,