| author | |
| committer | |
| log | cb5f76bb1ceb82d68c400b7330b73a8583c0613f |
| tree | 447fe388805077ce50fde5c58e1d3102c3affcad |
| parent | b043a318893ad4e8de1e376ba16be6e3ed201a76 |
| signature | Commit is signed but in an unrecognized format. |
1 files changed, 2 insertions(+), 2 deletions(-)
lib/std/os/linux/bpf/kern.zig+2-2| ... | ... | @@ -6,8 +6,8 @@ |
| 6 | 6 | const std = @import("../../../std.zig"); |
| 7 | 7 | |
| 8 | 8 | const in_bpf_program = switch (std.builtin.arch) { |
| 9 | .bpfel, .bpfeb => false, | |
| 10 | else => true, | |
| 9 | .bpfel, .bpfeb => true, | |
| 10 | else => false, | |
| 11 | 11 | }; |
| 12 | 12 | |
| 13 | 13 | pub const helpers = if (in_bpf_program) @import("helpers.zig") else struct {}; |