| author | |
| committer | |
| log | db82c1b9820449f2d1e6ef54dd32ec3ffd3c583f |
| tree | 939b709e2e997d10f2982ef7346ebd8afa449c3a |
| parent | cd9a6fed4fe9e8e93268d2f1b3a7d55c5b35403d |
* re-enable zig build on haiku1 files changed, 6 insertions(+), 0 deletions(-)
lib/std/c/haiku.zig+6| ... | ... | @@ -410,6 +410,12 @@ pub const MAP = struct { |
| 410 | 410 | pub const NORESERVE = 0x10; |
| 411 | 411 | }; |
| 412 | 412 | |
| 413 | pub const MSF = struct { | |
| 414 | pub const ASYNC = 1; | |
| 415 | pub const INVALIDATE = 2; | |
| 416 | pub const SYNC = 4; | |
| 417 | }; | |
| 418 | ||
| 413 | 419 | pub const W = struct { |
| 414 | 420 | pub const NOHANG = 0x1; |
| 415 | 421 | pub const UNTRACED = 0x2; |