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 d8fc152 commit 97925e9Copy full SHA for 97925e9
src/unix/bsd/freebsdlike/freebsd/mod.rs
@@ -153,6 +153,10 @@ pub const O_TTY_INIT: ::c_int = 0x00080000;
153
pub const F_GETLK: ::c_int = 11;
154
pub const F_SETLK: ::c_int = 12;
155
pub const F_SETLKW: ::c_int = 13;
156
+pub const ENOTCAPABLE: ::c_int = 93;
157
+pub const ECAPMODE: ::c_int = 94;
158
+pub const ENOTRECOVERABLE: ::c_int = 95;
159
+pub const EOWNERDEAD: ::c_int = 96;
160
pub const ELAST: ::c_int = 96;
161
pub const RLIMIT_NPTS: ::c_int = 11;
162
pub const RLIMIT_SWAP: ::c_int = 12;
0 commit comments