std.os.linux: Also define MAP for armeb and thumbeb.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user