mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
std.elf: make Header pub
This commit is contained in:
parent
23fb19fe41
commit
e6cdf9cebf
@ -335,7 +335,7 @@ pub const ET = extern enum(u16) {
|
||||
};
|
||||
|
||||
/// All integers are native endian.
|
||||
const Header = struct {
|
||||
pub const Header = struct {
|
||||
endian: builtin.Endian,
|
||||
is_64: bool,
|
||||
entry: u64,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user