Skip to content

Commit d4d8e01

Browse files
wesleywisermyl7
authored andcommitted
Update x86_64 to musl 1.2.3
1 parent b9c6bcd commit d4d8e01

File tree

1 file changed

+1
-1
lines changed
  • src/unix/linux_like/linux/musl/b64/x86_64

1 file changed

+1
-1
lines changed

src/unix/linux_like/linux/musl/b64/x86_64/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ pub const MAP_32BIT: ::c_int = 0x0040;
653653
pub const O_APPEND: ::c_int = 1024;
654654
pub const O_DIRECT: ::c_int = 0x4000;
655655
pub const O_DIRECTORY: ::c_int = 0x10000;
656-
pub const O_LARGEFILE: ::c_int = 0;
656+
pub const O_LARGEFILE: ::c_int = 0x8000;
657657
pub const O_NOFOLLOW: ::c_int = 0x20000;
658658
pub const O_CREAT: ::c_int = 64;
659659
pub const O_EXCL: ::c_int = 128;

0 commit comments

Comments
 (0)