commit eb72f26e281ed87ede759cb3c6cf98daa90135cf (tree)
parent 1a1389c513119c344d2eafefd3b6353b2c6cd343
Author: David Rubin <daviru007@icloud.com>
Date: Thu, 6 Feb 2025 01:17:49 -0800
std.c: add `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,
},