Skip to content

Commit

Permalink
Auto merge of #3058 - cppcoffee:uclibc, r=JohnTitor
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Jan 22, 2023
2 parents aa8cfff + 3235a97 commit b5134b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/unix/linux_like/linux/uclibc/mips/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ pub const O_ACCMODE: ::c_int = 3;
pub const O_DIRECT: ::c_int = 0x8000;
pub const O_DIRECTORY: ::c_int = 0x10000;
pub const O_NOFOLLOW: ::c_int = 0x20000;
pub const O_NOATIME: ::c_int = 0x40000;
pub const O_PATH: ::c_int = 0o010000000;

pub const O_APPEND: ::c_int = 8;
pub const O_CREAT: ::c_int = 256;
Expand Down

0 comments on commit b5134b8

Please sign in to comment.