Fix compilation for nonredox.

This commit is contained in:
4lDO2
2024-03-17 18:09:50 +01:00
parent 44e0cb32df
commit 3e9d68c6b2
+4
View File
@@ -27,3 +27,7 @@ pub unsafe fn syscall5(_a: usize, _b: usize, _c: usize, _d: usize, _e: usize, _f
-> Result<usize> {
Err(Error::new(ENOSYS))
}
#[repr(C)]
#[derive(Clone, Copy, Debug, Default)]
pub struct IntRegisters(u8);