diff options
author | Andrii Nakryiko <andrii@kernel.org> | 2022-06-28 00:15:27 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2022-06-28 23:13:33 +0300 |
commit | ab9a5a05dc480f8994eddd31093a8920b08ee71d (patch) | |
tree | 0d943027a0358446acdfb7c0bb278a9ee9ce316c /tools/lib/bpf/libbpf.map | |
parent | bd054102a8c7f36ff03446cc41822601180241f3 (diff) | |
download | linux-ab9a5a05dc480f8994eddd31093a8920b08ee71d.tar.xz |
libbpf: fix up few libbpf.map problems
Seems like we missed to add 2 APIs to libbpf.map and another API was
misspelled. Fix it in libbpf.map.
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/r/20220627211527.2245459-16-andrii@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/lib/bpf/libbpf.map')
-rw-r--r-- | tools/lib/bpf/libbpf.map | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/lib/bpf/libbpf.map b/tools/lib/bpf/libbpf.map index 236efc7338f1..43c6697a6d27 100644 --- a/tools/lib/bpf/libbpf.map +++ b/tools/lib/bpf/libbpf.map @@ -326,10 +326,11 @@ LIBBPF_0.7.0 { bpf_xdp_detach; bpf_xdp_query; bpf_xdp_query_id; + btf_ext__raw_data; libbpf_probe_bpf_helper; libbpf_probe_bpf_map_type; libbpf_probe_bpf_prog_type; - libbpf_set_memlock_rlim_max; + libbpf_set_memlock_rlim; } LIBBPF_0.6.0; LIBBPF_0.8.0 { |