Compile on i686.

This commit is contained in:
4lDO2
2024-06-24 13:03:47 +02:00
parent 5b25e2cda7
commit c1ce1d76f9
3 changed files with 15 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
use alloc::{borrow::Cow, sync::Arc, vec::Vec};
use syscall::{SigProcControl, Sigcontrol, SIGKILL, SIGSTOP};
use core::{cmp::Ordering, mem::{self, size_of}, num::NonZeroUsize, sync::atomic::AtomicU64};
use syscall::{SigProcControl, Sigcontrol, SIGKILL, SIGSTOP, AtomicU64};
use core::{cmp::Ordering, mem::{self, size_of}, num::NonZeroUsize};
use spin::RwLock;
use crate::{