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 385a822 commit b63e15fCopy full SHA for b63e15f
src/unix/bsd/netbsdlike/openbsdlike/mod.rs
@@ -211,7 +211,11 @@ pub const ECANCELED : ::c_int = 88;
211
pub const EIDRM : ::c_int = 89;
212
pub const ENOMSG : ::c_int = 90;
213
pub const ENOTSUP : ::c_int = 91;
214
-pub const ELAST : ::c_int = 91;
+pub const EBADMSG : ::c_int = 92;
215
+pub const ENOTRECOVERABLE : ::c_int = 93;
216
+pub const EOWNERDEAD : ::c_int = 94;
217
+pub const EPROTO : ::c_int = 95;
218
+pub const ELAST : ::c_int = 95;
219
220
pub const F_DUPFD_CLOEXEC : ::c_int = 10;
221
0 commit comments