We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100af58 commit e385e94Copy full SHA for e385e94
rust/kernel/error.rs
@@ -64,6 +64,7 @@ pub mod code {
64
declare_err!(EPIPE, "Broken pipe.");
65
declare_err!(EDOM, "Math argument out of domain of func.");
66
declare_err!(ERANGE, "Math result not representable.");
67
+ declare_err!(EOVERFLOW, "Value too large for defined data type.");
68
declare_err!(ERESTARTSYS, "Restart the system call.");
69
declare_err!(ERESTARTNOINTR, "System call was interrupted by a signal and will be restarted.");
70
declare_err!(ERESTARTNOHAND, "Restart if no handler.");
0 commit comments