We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6496a1 + e4577a7 commit f4d5a66Copy full SHA for f4d5a66
src/unix/linux_like/linux/uclibc/mips/mod.rs
@@ -51,6 +51,7 @@ pub const O_RSYNC: ::c_int = 0x10;
51
pub const O_DSYNC: ::c_int = 0x10;
52
pub const O_FSYNC: ::c_int = 0x10;
53
pub const O_ASYNC: ::c_int = 0x1000;
54
+pub const O_LARGEFILE: ::c_int = 0x2000;
55
pub const O_NDELAY: ::c_int = 0x80;
56
57
pub const SOCK_NONBLOCK: ::c_int = 128;
0 commit comments