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 971a291 commit cad9a69Copy full SHA for cad9a69
src/unix/bsd/freebsdlike/freebsd/mod.rs
@@ -140,6 +140,7 @@ pub const SF_MNOWAIT: ::c_int = 0x00000002;
140
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 F_GETLK: ::c_int = 11;
145
pub const F_SETLK: ::c_int = 12;
146
pub const F_SETLKW: ::c_int = 13;
0 commit comments