authorgravatar for 3811822-hoanga@users.noreply.gitlab.comAl Hoang <3811822-hoanga@users.noreply.gitlab.com> 2022-02-25 23:59:15-06:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2022-02-26 10:53:13+02:00
logdb82c1b9820449f2d1e6ef54dd32ec3ffd3c583f
tree939b709e2e997d10f2982ef7346ebd8afa449c3a
parentcd9a6fed4fe9e8e93268d2f1b3a7d55c5b35403d

add constant for haiku

* re-enable zig build on haiku

1 files changed, 6 insertions(+), 0 deletions(-)

lib/std/c/haiku.zig+6
......@@ -410,6 +410,12 @@ pub const MAP = struct {
410410 pub const NORESERVE = 0x10;
411411};
412412
413pub const MSF = struct {
414 pub const ASYNC = 1;
415 pub const INVALIDATE = 2;
416 pub const SYNC = 4;
417};
418
413419pub const W = struct {
414420 pub const NOHANG = 0x1;
415421 pub const UNTRACED = 0x2;