Skip to content

Commit d130e95

Browse files
anakryikoAlexei Starovoitov
authored andcommitted
libbpf: Fix libbpf.map inheritance chain for LIBBPF_0.7.0
Ensure that LIBBPF_0.7.0 inherits everything from LIBBPF_0.6.0. Fixes: dbdd2c7 ("libbpf: Add API to get/set log_level at per-program level") Signed-off-by: Andrii Nakryiko <[email protected]> Signed-off-by: Alexei Starovoitov <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
1 parent 4407fa0 commit d130e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/lib/bpf/libbpf.map

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,4 +438,4 @@ LIBBPF_0.7.0 {
438438
libbpf_probe_bpf_map_type;
439439
libbpf_probe_bpf_prog_type;
440440
libbpf_set_memlock_rlim_max;
441-
};
441+
} LIBBPF_0.6.0;

0 commit comments

Comments
 (0)