diff options
| author | Matt Knight <mattnite@protonmail.com> | 2020-08-20 18:54:41 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-08-21 11:40:35 -0700 |
| commit | 80fabe18506193978ed60dcd45790ef9486c4eb3 (patch) | |
| tree | a67842596ce997697a2f812670ac4f77593d4b5f /lib/std/os/bits/linux.zig | |
| parent | bc1536f4bf01e45af80a930b31b9271551de1dc0 (diff) | |
| download | zig-80fabe18506193978ed60dcd45790ef9486c4eb3.tar.gz zig-80fabe18506193978ed60dcd45790ef9486c4eb3.zip | |
fixed bpf namespace
Diffstat (limited to 'lib/std/os/bits/linux.zig')
| -rw-r--r-- | lib/std/os/bits/linux.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/os/bits/linux.zig b/lib/std/os/bits/linux.zig index 5c81ee8c06..133b903110 100644 --- a/lib/std/os/bits/linux.zig +++ b/lib/std/os/bits/linux.zig @@ -24,7 +24,7 @@ pub usingnamespace switch (builtin.arch) { }; pub usingnamespace @import("linux/netlink.zig"); -pub const bpf = @import("linux/bpf.zig"); +pub const BPF = @import("linux/bpf.zig"); const is_mips = builtin.arch.isMIPS(); |
