diff --git a/{{project-name}}-ebpf/src/main.rs b/{{project-name}}-ebpf/src/main.rs index 0f13e39..20f988e 100644 --- a/{{project-name}}-ebpf/src/main.rs +++ b/{{project-name}}-ebpf/src/main.rs @@ -1,5 +1,6 @@ -#![no_std] +#![no_builtins] #![no_main] +#![no_std] {% case program_type -%} {%- when "kprobe" %} use aya_bpf::{macros::kprobe, programs::ProbeContext};