Skip to content

Commit

Permalink
Auto merge of #2738 - Itus-Shield:master, r=Amanieu
Browse files Browse the repository at this point in the history
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 <grommish@gmail.com>
  • Loading branch information
bors committed Apr 5, 2022
2 parents 962e262 + 0acce72 commit ce7fd91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/linux_like/linux/musl/b64/mips64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ pub const O_SYNC: ::c_int = 0x4010;
pub const O_RSYNC: ::c_int = 0x4010;
pub const O_DSYNC: ::c_int = 0x10;
pub const O_ASYNC: ::c_int = 0x1000;
pub const O_LARGEFILE: ::c_int = 0;

pub const EDEADLK: ::c_int = 45;
pub const ENAMETOOLONG: ::c_int = 78;
Expand Down

0 comments on commit ce7fd91

Please sign in to comment.