From db82c1b9820449f2d1e6ef54dd32ec3ffd3c583f Mon Sep 17 00:00:00 2001 From: Al Hoang <3811822-hoanga@users.noreply.gitlab.com> Date: Fri, 25 Feb 2022 23:59:15 -0600 Subject: add constant for haiku * re-enable zig build on haiku --- lib/std/c/haiku.zig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/std') diff --git a/lib/std/c/haiku.zig b/lib/std/c/haiku.zig index f3f7cd3081..9c85aa8b66 100644 --- a/lib/std/c/haiku.zig +++ b/lib/std/c/haiku.zig @@ -410,6 +410,12 @@ pub const MAP = struct { pub const NORESERVE = 0x10; }; +pub const MSF = struct { + pub const ASYNC = 1; + pub const INVALIDATE = 2; + pub const SYNC = 4; +}; + pub const W = struct { pub const NOHANG = 0x1; pub const UNTRACED = 0x2; -- cgit v1.2.3