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.
2 parents 31e8b75 + 5a3374a commit 89faefeCopy full SHA for 89faefe
src/unix/bsd/freebsdlike/dragonfly/mod.rs
@@ -222,6 +222,8 @@ pub const O_DIRECTORY: ::c_int = 0x08000000;
222
pub const F_GETLK: ::c_int = 7;
223
pub const F_SETLK: ::c_int = 8;
224
pub const F_SETLKW: ::c_int = 9;
225
+pub const ENOMEDIUM: ::c_int = 93;
226
+pub const EASYNC: ::c_int = 99;
227
pub const ELAST: ::c_int = 99;
228
pub const RLIMIT_POSIXLOCKS: ::c_int = 11;
229
pub const RLIM_NLIMITS: ::rlim_t = 12;
0 commit comments