mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-24 09:03:23 +00:00
@ -240,7 +240,7 @@ pub fn timer_get_first_expire() -> Result<u64, SystemError> {
|
||||
Err(_) => continue,
|
||||
}
|
||||
}
|
||||
return Err(SystemError::EAGAIN);
|
||||
return Err(SystemError::EAGAIN_OR_EWOULDBLOCK);
|
||||
}
|
||||
|
||||
pub fn update_timer_jiffies(add_jiffies: u64) -> u64 {
|
||||
|
Reference in New Issue
Block a user