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 8176272 commit 3235a97Copy full SHA for 3235a97
src/unix/linux_like/linux/uclibc/mips/mod.rs
@@ -38,6 +38,8 @@ pub const O_ACCMODE: ::c_int = 3;
38
pub const O_DIRECT: ::c_int = 0x8000;
39
pub const O_DIRECTORY: ::c_int = 0x10000;
40
pub const O_NOFOLLOW: ::c_int = 0x20000;
41
+pub const O_NOATIME: ::c_int = 0x40000;
42
+pub const O_PATH: ::c_int = 0o010000000;
43
44
pub const O_APPEND: ::c_int = 8;
45
pub const O_CREAT: ::c_int = 256;
0 commit comments