std.os.linux: Also define MAP for armeb and thumbeb.

This commit is contained in:
Alex Rønne Petersen
2024-07-21 22:55:12 +02:00
parent fcbb192b49
commit 92bc802033

View File

@@ -142,7 +142,7 @@ pub const MAP = switch (native_arch) {
UNINITIALIZED: bool = false,
_: u5 = 0,
},
.aarch64, .aarch64_be, .arm, .thumb => packed struct(u32) {
.aarch64, .aarch64_be, .arm, .armeb, .thumb, .thumbeb => packed struct(u32) {
TYPE: MAP_TYPE,
FIXED: bool = false,
ANONYMOUS: bool = false,