diff --git a/lib/std/c.zig b/lib/std/c.zig index 522f0beb9e..0ee029ddfc 100644 --- a/lib/std/c.zig +++ b/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,