Skip to content

Commit

Permalink
chore: remove syscalls definition
Browse files Browse the repository at this point in the history
  • Loading branch information
banditopazzo committed Dec 17, 2024
1 parent 58bd969 commit d6757bd
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 1,716 deletions.
22 changes: 0 additions & 22 deletions crates/bpf-common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,3 @@ pub fn log_error<E: std::error::Error + Send + Sync + 'static>(msg: &str, err: E
pub use nix::unistd::Gid;
pub use nix::unistd::Pid;
pub use nix::unistd::Uid;

#[cfg(all(target_os = "linux", target_arch = "x86"))]
#[path = "platform/linux-x86/mod.rs"]
pub mod platform;

#[cfg(all(target_os = "linux", target_arch = "x86_64"))]
#[path = "platform/linux-x86_64/mod.rs"]
pub mod platform;

#[cfg(all(target_os = "linux", target_arch = "arm"))]
#[path = "platform/linux-armeabi/mod.rs"]
pub mod platform;

#[cfg(all(target_os = "linux", target_arch = "aarch64"))]
#[path = "platform/linux-aarch64/mod.rs"]
pub mod platform;

#[cfg(all(target_os = "linux", target_arch = "riscv64"))]
#[path = "platform/linux-riscv64/mod.rs"]
pub mod platform;

pub const MAX_SYSCALLS: usize = 512;
290 changes: 0 additions & 290 deletions crates/bpf-common/src/platform/linux-aarch64/mod.rs

This file was deleted.

Loading

0 comments on commit d6757bd

Please sign in to comment.