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

This commit is contained in:
Alex Rønne Petersen 2024-07-21 22:55:27 +02:00
parent 92bc802033
commit 93311d6bca
No known key found for this signature in database

View File

@ -290,7 +290,7 @@ pub const O = switch (native_arch) {
TMPFILE: bool = false,
_: u9 = 0,
},
.aarch64, .aarch64_be, .arm, .thumb => packed struct(u32) {
.aarch64, .aarch64_be, .arm, .armeb, .thumb, .thumbeb => packed struct(u32) {
ACCMODE: ACCMODE = .RDONLY,
_2: u4 = 0,
CREAT: bool = false,