| author | |
| committer | |
| log | 7c68ab1d1085925ec33dc0f8a6695006b2d7a85d |
| tree | 1d9b60bb63438ba57a74c26e51b70ca3e42f2f91 |
| parent | cbe38f771c0cb7d098878e8e703ed23620f868f7 |
| signature |
Introduced in Linux 6.11.1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/os/linux.zig+1| ... | @@ -146,6 +146,7 @@ pub const MAP_TYPE = enum(u4) { | ... | @@ -146,6 +146,7 @@ pub const MAP_TYPE = enum(u4) { |
| 146 | SHARED = 0x01, | 146 | SHARED = 0x01, |
| 147 | PRIVATE = 0x02, | 147 | PRIVATE = 0x02, |
| 148 | SHARED_VALIDATE = 0x03, | 148 | SHARED_VALIDATE = 0x03, |
| 149 | DROPPABLE = 0x08, | ||
| 149 | }; | 150 | }; |
| 150 | 151 | ||
| 151 | pub const MAP = switch (native_arch) { | 152 | pub const MAP = switch (native_arch) { |