Skip to content

Commit e4577a7

Browse files
committed
uclibc/mips: add missing O_LARGEFILE constant
Signed-off-by: Xiaobo Liu <cppcoffee@gmail.com>
1 parent f7b4c2e commit e4577a7

File tree

1 file changed

+1
-0
lines changed
  • src/unix/linux_like/linux/uclibc/mips

1 file changed

+1
-0
lines changed

src/unix/linux_like/linux/uclibc/mips/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ pub const O_RSYNC: ::c_int = 0x10;
5151
pub const O_DSYNC: ::c_int = 0x10;
5252
pub const O_FSYNC: ::c_int = 0x10;
5353
pub const O_ASYNC: ::c_int = 0x1000;
54+
pub const O_LARGEFILE: ::c_int = 0x2000;
5455
pub const O_NDELAY: ::c_int = 0x80;
5556

5657
pub const SOCK_NONBLOCK: ::c_int = 128;

0 commit comments

Comments
 (0)