We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b035574 + 6873e2f commit f9562ddCopy full SHA for f9562dd
src/unix/solarish/mod.rs
@@ -994,6 +994,7 @@ pub const O_EXCL: ::c_int = 1024;
994
pub const O_NOCTTY: ::c_int = 2048;
995
pub const O_TRUNC: ::c_int = 512;
996
pub const O_NOFOLLOW: ::c_int = 0x20000;
997
+pub const O_DIRECTORY: ::c_int = 0x1000000;
998
pub const O_SEARCH: ::c_int = 0x200000;
999
pub const O_EXEC: ::c_int = 0x400000;
1000
pub const O_CLOEXEC: ::c_int = 0x800000;
0 commit comments