Commit e7547eeefa
Changed files (1)
lib
std
os
linux
bpf
lib/std/os/linux/bpf/btf.zig
@@ -34,7 +34,7 @@ pub const max_vlen = 0xffff;
pub const Type = packed struct {
name_off: u32,
- info: struct {
+ info: packed struct {
/// number of struct's members
vlen: u16,