mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-29 16:13:27 +00:00
Introduce a syscall restart mechanism
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
b70c4784ed
commit
ced0023d6b
@ -150,6 +150,8 @@ pub enum Errno {
|
||||
ERFKILL = 132, /* Operation not possible due to RF-kill */
|
||||
|
||||
EHWPOISON = 133, /* Memory page has hardware error */
|
||||
|
||||
ERESTARTSYS = 512, /* Restart of an interrupted system call. For kernel internal use only. */
|
||||
}
|
||||
|
||||
/// error used in this crate
|
||||
|
Reference in New Issue
Block a user