aboutsummaryrefslogtreecommitdiff
path: root/lib/std
diff options
context:
space:
mode:
Diffstat (limited to 'lib/std')
-rw-r--r--lib/std/c/haiku.zig6
1 files changed, 6 insertions, 0 deletions
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;