| author | |
| committer | |
| log | 8530b6b7242ebf43b5cb4ae3a2644593f4961a5e |
| tree | 1cdb7b4ff2de28a33f851926e48f5be9ecdca873 |
| parent | 7a793a9b9d38adc6800834d2dc11a1037b1aef4d |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/os/linux/bpf/btf.zig+1-1| ... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
| 6 | const magic = 0xeb9f; | 6 | const magic = 0xeb9f; |
| 7 | const version = 1; | 7 | const version = 1; |
| 8 | 8 | ||
| 9 | pub const ext = @import("ext.zig"); | 9 | pub const ext = @import("btf_ext.zig"); |
| 10 | 10 | ||
| 11 | /// All offsets are in bytes relative to the end of this header | 11 | /// All offsets are in bytes relative to the end of this header |
| 12 | pub const Header = packed struct { | 12 | pub const Header = packed struct { |