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 08c0f2c commit 6844affCopy full SHA for 6844aff
src/unix/linux_like/linux/musl/b64/mips64.rs
@@ -458,7 +458,7 @@ pub const O_SYNC: ::c_int = 0x4010;
458
pub const O_RSYNC: ::c_int = 0x4010;
459
pub const O_DSYNC: ::c_int = 0x10;
460
pub const O_ASYNC: ::c_int = 0x1000;
461
-pub const O_LARGEFILE: ::c_int = 0;
+pub const O_LARGEFILE: ::c_int = 0x2000;
462
463
pub const EDEADLK: ::c_int = 45;
464
pub const ENAMETOOLONG: ::c_int = 78;
0 commit comments