mirror of
https://github.com/ziglang/zig.git
synced 2025-12-17 19:53:06 +00:00
Merge pull request #22787 from Rexicon226/add-hint
std.c: add `JIT` hint to macos `MAP`
This commit is contained in:
commit
42e48b83b1
@ -7788,7 +7788,7 @@ pub const MAP = switch (native_os) {
|
|||||||
_7: u2 = 0,
|
_7: u2 = 0,
|
||||||
HASSEMAPHORE: bool = false,
|
HASSEMAPHORE: bool = false,
|
||||||
NOCACHE: bool = false,
|
NOCACHE: bool = false,
|
||||||
_11: u1 = 0,
|
JIT: bool = false,
|
||||||
ANONYMOUS: bool = false,
|
ANONYMOUS: bool = false,
|
||||||
_: u19 = 0,
|
_: u19 = 0,
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user