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.
2 parents a4fb64a + a9cddbc commit 88c33d4Copy full SHA for 88c33d4
src/unix/notbsd/linux/other/b64/sparc64.rs
@@ -145,7 +145,7 @@ pub const O_DSYNC: ::c_int = 0x2000;
145
pub const O_FSYNC: ::c_int = 0x802000;
146
pub const O_NOATIME: ::c_int = 0x200000;
147
pub const O_PATH: ::c_int = 0x1000000;
148
-pub const O_TMPFILE: ::c_int = 0o200000000 | O_DIRECTORY;
+pub const O_TMPFILE: ::c_int = 0x2000000 | O_DIRECTORY;
149
150
pub const MAP_GROWSDOWN: ::c_int = 0x0200;
151
0 commit comments