mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
add constant for haiku
* re-enable zig build on haiku
This commit is contained in:
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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user