We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80a7d2e + e9b1b9c commit 2a2f507Copy full SHA for 2a2f507
src/vxworks/mod.rs
@@ -753,6 +753,7 @@ pub const S_IFSOCK: ::c_int = 0o14_0000;
753
pub const S_ISUID: ::c_int = 0o4000;
754
pub const S_ISGID: ::c_int = 0o2000;
755
pub const S_ISTXT: ::c_int = 0o1000;
756
+pub const S_ISVTX: mode_t = 0o1000;
757
pub const S_IRUSR: ::c_int = 0o0400;
758
pub const S_IWUSR: ::c_int = 0o0200;
759
pub const S_IXUSR: ::c_int = 0o0100;
0 commit comments