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 f583260 commit b56c65aCopy full SHA for b56c65a
src/unix/linux_like/linux/musl/b64/x86_64/mod.rs
@@ -652,7 +652,7 @@ pub const MAP_32BIT: ::c_int = 0x0040;
652
pub const O_APPEND: ::c_int = 1024;
653
pub const O_DIRECT: ::c_int = 0x4000;
654
pub const O_DIRECTORY: ::c_int = 0x10000;
655
-pub const O_LARGEFILE: ::c_int = 0;
+pub const O_LARGEFILE: ::c_int = 0x8000;
656
pub const O_NOFOLLOW: ::c_int = 0x20000;
657
pub const O_CREAT: ::c_int = 64;
658
pub const O_EXCL: ::c_int = 128;
0 commit comments