| author | |
| committer | |
| log | 6c760d76b93680dc6eb4e2afc22b7d6bc286e3ed |
| tree | c9fd5430a7ce2e0db580130302c152e8ce21c8ac |
| parent | c8efebcf53b2b5a93020686940fa2051feb59830 |
| signature |
1 files changed, 1 insertions(+), 2 deletions(-)
lib/std/os/linux.zig+1-2| ... | ... | @@ -3614,8 +3614,7 @@ pub const PROT = struct { |
| 3614 | 3614 | pub const EXEC = 0x4; |
| 3615 | 3615 | /// page may be used for atomic ops |
| 3616 | 3616 | pub const SEM = switch (native_arch) { |
| 3617 | // TODO: also xtensa | |
| 3618 | .mips, .mipsel, .mips64, .mips64el => 0x10, | |
| 3617 | .mips, .mipsel, .mips64, .mips64el, .xtensa => 0x10, | |
| 3619 | 3618 | else => 0x8, |
| 3620 | 3619 | }; |
| 3621 | 3620 | /// mprotect flag: extend change to start of growsdown vma |