Skip to content

Commit

Permalink
fix: removed improper cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlWachter committed May 29, 2024
1 parent 190483e commit c3d4dbf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/syscalls/interfaces/uhyve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use x86::io::*;
use crate::arch;
use crate::arch::mm::{paging, PhysAddr, VirtAddr};
use crate::syscalls::interfaces::SyscallInterface;
#[cfg(feature = "newlib")]

const UHYVE_PORT_EXIT: u16 = 0x540;
const UHYVE_PORT_CMDSIZE: u16 = 0x740;
Expand Down
1 change: 0 additions & 1 deletion src/syscalls/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ mod condvar;
mod entropy;
mod futex;
mod interfaces;
#[cfg(feature = "newlib")]
mod processor;
#[cfg(feature = "newlib")]
mod recmutex;
Expand Down

0 comments on commit c3d4dbf

Please sign in to comment.