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