Remove RtSigInfo import.

This commit is contained in:
4lDO2
2025-04-13 20:43:31 +02:00
parent 10ef631fc3
commit 10c53aef10
+2 -2
View File
@@ -1,11 +1,11 @@
use alloc::{borrow::Cow, collections::VecDeque, sync::Arc, vec::Vec};
use alloc::{borrow::Cow, sync::Arc, vec::Vec};
use core::{
mem::{self, size_of},
num::NonZeroUsize,
sync::atomic::{AtomicU32, Ordering},
};
use spin::RwLock;
use syscall::{RtSigInfo, SigProcControl, Sigcontrol};
use syscall::{SigProcControl, Sigcontrol};
#[cfg(feature = "sys_stat")]
use crate::cpu_stats;