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 3dd6150 + df9df78 commit 157bcecCopy full SHA for 157bcec
src/unix/linux_like/linux/uclibc/x86_64/mod.rs
@@ -317,6 +317,7 @@ pub const O_CLOEXEC: ::c_int = 0x80000;
317
pub const O_CREAT: ::c_int = 0100;
318
pub const O_DIRECTORY: ::c_int = 0200000;
319
pub const O_EXCL: ::c_int = 0200;
320
+pub const O_NOFOLLOW: ::c_int = 0x20000;
321
pub const O_NONBLOCK: ::c_int = 04000;
322
pub const O_TRUNC: ::c_int = 01000;
323
pub const NCCS: usize = 32;
0 commit comments