add constant for haiku

* re-enable zig build on haiku
This commit is contained in:
Al Hoang 2022-02-25 23:59:15 -06:00 committed by Veikka Tuominen
parent cd9a6fed4f
commit db82c1b982

View File

@ -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;