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 eb079df commit abd1848Copy full SHA for abd1848
src/unix/bsd/apple/mod.rs
@@ -1406,6 +1406,7 @@ pub const O_DSYNC: ::c_int = 0x400000;
1406
pub const O_NOCTTY: ::c_int = 0x20000;
1407
pub const O_CLOEXEC: ::c_int = 0x1000000;
1408
pub const O_DIRECTORY: ::c_int = 0x100000;
1409
+pub const O_SYMLINK: ::c_int = 0x200000;
1410
pub const S_IFIFO: mode_t = 4096;
1411
pub const S_IFCHR: mode_t = 8192;
1412
pub const S_IFBLK: mode_t = 24576;
0 commit comments