Skip to content

Commit b8a22fa

Browse files
wdullaervadorovsky
authored andcommitted
feat(aya-ebpf): Add memmove to the public-api
1 parent fb0a339 commit b8a22fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xtask/public-api/aya-ebpf.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2736,4 +2736,5 @@ impl aya_ebpf::EbpfContext for aya_ebpf::programs::xdp::XdpContext
27362736
pub fn aya_ebpf::programs::xdp::XdpContext::as_ptr(&self) -> *mut core::ffi::c_void
27372737
pub fn aya_ebpf::check_bounds_signed(value: i64, lower: i64, upper: i64) -> bool
27382738
#[no_mangle] pub unsafe c fn aya_ebpf::memcpy(dest: *mut u8, src: *mut u8, n: usize)
2739+
#[no_mangle] pub unsafe c fn aya_ebpf::memmove(dest: *mut u8, src: *mut u8, n: usize)
27392740
#[no_mangle] pub unsafe c fn aya_ebpf::memset(s: *mut u8, c: aya_ebpf_cty::ad::c_int, n: usize)

0 commit comments

Comments
 (0)