diff --git a/lib/std/c.zig b/lib/std/c.zig index 387f4a8791fda5e3dc0fd451674b43dbed32e395..99cda801cdca976086fbd0fbe0fe359c0a073eda 100644 --- a/lib/std/c.zig +++ b/lib/std/c.zig @@ -1664,12 +1664,12 @@ pub const MSF = switch (native_os) { pub const ASYNC = 1; pub const INVALIDATE = 2; }, - .openbsd => struct { + .openbsd, .haiku => struct { pub const ASYNC = 1; pub const SYNC = 2; pub const INVALIDATE = 4; }, - .haiku, .netbsd, .illumos => struct { + .netbsd, .illumos => struct { pub const ASYNC = 1; pub const INVALIDATE = 2; pub const SYNC = 4;