| author | |
| committer | |
| log | 42e48b83b130b20d85fc0c042e28bcaac70392dd |
| tree | f2143249dcc305059b5a293aa90e6ea9ceec63ca |
| parent | 87bbb49d5facb7144a50672ab20b3c9fc3da9186 |
| parent | eb72f26e281ed87ede759cb3c6cf98daa90135cf |
| signature |
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 | 7788 | _7: u2 = 0, |
| 7789 | 7789 | HASSEMAPHORE: bool = false, |
| 7790 | 7790 | NOCACHE: bool = false, |
| 7791 | _11: u1 = 0, | |
| 7791 | JIT: bool = false, | |
| 7792 | 7792 | ANONYMOUS: bool = false, |
| 7793 | 7793 | _: u19 = 0, |
| 7794 | 7794 | }, |