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 750b32d commit a74f699Copy full SHA for a74f699
src/unix/linux_like/linux/musl/b32/riscv32/mod.rs
@@ -371,6 +371,7 @@ pub const __SIZEOF_PTHREAD_MUTEXATTR_T: usize = 4;
371
pub const __SIZEOF_PTHREAD_BARRIERATTR_T: usize = 4;
372
pub const O_DIRECT: ::c_int = 16384;
373
pub const O_DIRECTORY: ::c_int = 65536;
374
+pub const O_LARGEFILE: ::c_int = 0o0100000;
375
pub const O_NOFOLLOW: ::c_int = 131072;
376
pub const MAP_HUGETLB: ::c_int = 262144;
377
pub const MAP_LOCKED: ::c_int = 8192;
0 commit comments