authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-02-07 11:57:39+01:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2025-02-07 11:57:39+01:00
log42e48b83b130b20d85fc0c042e28bcaac70392dd
treef2143249dcc305059b5a293aa90e6ea9ceec63ca
parent87bbb49d5facb7144a50672ab20b3c9fc3da9186
parenteb72f26e281ed87ede759cb3c6cf98daa90135cf
signaturebadge-check Signed by PGP key B5690EEEBB952194

Merge pull request #22787 from Rexicon226/add-hint

std.c: add `JIT` hint to macos `MAP`

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

lib/std/c.zig+1-1
...@@ -7788,7 +7788,7 @@ pub const MAP = switch (native_os) {...@@ -7788,7 +7788,7 @@ pub const MAP = switch (native_os) {
7788 _7: u2 = 0,7788 _7: u2 = 0,
7789 HASSEMAPHORE: bool = false,7789 HASSEMAPHORE: bool = false,
7790 NOCACHE: bool = false,7790 NOCACHE: bool = false,
7791 _11: u1 = 0,7791 JIT: bool = false,
7792 ANONYMOUS: bool = false,7792 ANONYMOUS: bool = false,
7793 _: u19 = 0,7793 _: u19 = 0,
7794 },7794 },