Skip to content

Commit b56c65a

Browse files
wesleywisermyl7
authored andcommitted
Update x86_64 to musl 1.2.3
1 parent f583260 commit b56c65a

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
@@ -652,7 +652,7 @@ pub const MAP_32BIT: ::c_int = 0x0040;
652652
pub const O_APPEND: ::c_int = 1024;
653653
pub const O_DIRECT: ::c_int = 0x4000;
654654
pub const O_DIRECTORY: ::c_int = 0x10000;
655-
pub const O_LARGEFILE: ::c_int = 0;
655+
pub const O_LARGEFILE: ::c_int = 0x8000;
656656
pub const O_NOFOLLOW: ::c_int = 0x20000;
657657
pub const O_CREAT: ::c_int = 64;
658658
pub const O_EXCL: ::c_int = 128;

0 commit comments

Comments
 (0)