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 8394276 commit 6294184Copy full SHA for 6294184
src/unix/bsd/freebsdlike/freebsd/mod.rs
@@ -141,6 +141,7 @@ pub const SF_SYNC: ::c_int = 0x00000004;
141
pub const O_CLOEXEC: ::c_int = 0x00100000;
142
pub const O_DIRECTORY: ::c_int = 0x00020000;
143
pub const O_EXEC: ::c_int = 0x00040000;
144
+pub const O_TTY_INIT: ::c_int = 0x00080000;
145
pub const F_GETLK: ::c_int = 11;
146
pub const F_SETLK: ::c_int = 12;
147
pub const F_SETLKW: ::c_int = 13;
0 commit comments