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.
1 parent 518f6e4 commit b042f5dCopy full SHA for b042f5d
src/unix/linux_like/linux/musl/b32/riscv32/mod.rs
@@ -355,6 +355,7 @@ pub const __SIZEOF_PTHREAD_MUTEXATTR_T: usize = 4;
355
pub const __SIZEOF_PTHREAD_BARRIERATTR_T: usize = 4;
356
pub const O_DIRECT: ::c_int = 16384;
357
pub const O_DIRECTORY: ::c_int = 65536;
358
+pub const O_LARGEFILE: ::c_int = 0o0100000;
359
pub const O_NOFOLLOW: ::c_int = 131072;
360
pub const MAP_HUGETLB: ::c_int = 262144;
361
pub const MAP_LOCKED: ::c_int = 8192;
0 commit comments