zig/lib/std/os/linux/bpf
bfredl a0dd11c479 Fixes to linux/bpf/btf.zig
- the meaning of packed structs changed in zig 0.10. adjust accordingly.
  Use "extern struct" for the cases that directly map to C structs.

- Add new type info kinds, like enum64 and DeclTag

- change the Type enum to use the canonical names from libbpf.
  This is more predictable when comparing with external BPF
  documentation (than invented synonyms that need to be guessed)
2023-01-09 13:55:53 -07:00
..
btf.zig Fixes to linux/bpf/btf.zig 2023-01-09 13:55:53 -07:00
btf_ext.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
helpers.zig stage1, stage2: rename c_void to anyopaque (#10316) 2021-12-19 00:24:45 -05:00
kern.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00