Skip to content

Commit

Permalink
mips64: add missing symbols
Browse files Browse the repository at this point in the history
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
Grommish committed Apr 4, 2022
1 parent 962e262 commit 0acce72
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 0acce72

Please sign in to comment.