add constant for haiku
* re-enable zig build on haiku
This commit is contained in:
committed by
Veikka Tuominen
parent
cd9a6fed4f
commit
db82c1b982
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user