Skip to content

Commit

Permalink
Update libbpf to 1.4.2
Browse files Browse the repository at this point in the history
Update the libbpf submodule to version 1.4.2 to get a bunch of bug
fixes.

Signed-off-by: Daniel Müller <deso@posteo.net>
  • Loading branch information
d-e-s-o committed May 21, 2024
1 parent 6834348 commit 429544e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libbpf
Submodule libbpf updated 3 files
+1 −1 src/Makefile
+41 −11 src/libbpf.c
+14 −2 src/str_error.c
2 changes: 1 addition & 1 deletion src/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5486,8 +5486,8 @@ extern "C" {
opts: *mut bpf_token_create_opts,
) -> ::std::os::raw::c_int;
}
pub type va_list = __builtin_va_list;
pub type __gnuc_va_list = __builtin_va_list;
pub type va_list = __builtin_va_list;
#[repr(C)]
#[derive(Debug, Default, Copy, Clone)]
pub struct btf_header {
Expand Down

0 comments on commit 429544e

Please sign in to comment.