diff --git a/src/header/pthread/mod.rs b/src/header/pthread/mod.rs index 1e3f6c52fc..2a140fa570 100644 --- a/src/header/pthread/mod.rs +++ b/src/header/pthread/mod.rs @@ -5,12 +5,8 @@ use alloc::collections::LinkedList; use core::{cell::Cell, mem::size_of, ptr::NonNull}; -#[cfg(target_os = "redox")] -use redox_rt::proc::FdGuard; #[cfg(target_os = "linux")] use sc::syscall; -#[cfg(target_os = "redox")] -use syscall; use crate::{ error::Errno,