commit 42e48b83b130b20d85fc0c042e28bcaac70392dd (tree)
parent 87bbb49d5facb7144a50672ab20b3c9fc3da9186
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Fri, 7 Feb 2025 11:57:39 +0100
Merge pull request #22787 from Rexicon226/add-hint
std.c: add `JIT` hint to macos `MAP`
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/std/c.zig b/lib/std/c.zig
@@ -7788,7 +7788,7 @@ pub const MAP = switch (native_os) {
_7: u2 = 0,
HASSEMAPHORE: bool = false,
NOCACHE: bool = false,
- _11: u1 = 0,
+ JIT: bool = false,
ANONYMOUS: bool = false,
_: u19 = 0,
},