Skip to content

Commit ce7fd91

Browse files
committed
Auto merge of #2738 - Itus-Shield:master, r=Amanieu
mips64: add missing symbols O_LARGEFILE Add O_LARGEFILE define to src/unix/linux_like/linux/musl/b64/mips64.rs Signed-off-by: Donald Hoskins <[email protected]>
2 parents 962e262 + 0acce72 commit ce7fd91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/linux_like/linux/musl/b64/mips64.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ pub const O_SYNC: ::c_int = 0x4010;
458458
pub const O_RSYNC: ::c_int = 0x4010;
459459
pub const O_DSYNC: ::c_int = 0x10;
460460
pub const O_ASYNC: ::c_int = 0x1000;
461+
pub const O_LARGEFILE: ::c_int = 0;
461462

462463
pub const EDEADLK: ::c_int = 45;
463464
pub const ENAMETOOLONG: ::c_int = 78;

0 commit comments

Comments
 (0)