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 3206127 commit 901a0f5Copy full SHA for 901a0f5
src/unix/redox/mod.rs
@@ -427,9 +427,6 @@ pub const S_IRWXO: ::c_int = 0o0_007;
427
pub const S_IROTH: ::c_int = 0o0_004;
428
pub const S_IWOTH: ::c_int = 0o0_002;
429
pub const S_IXOTH: ::c_int = 0o0_001;
430
-pub const S_ISUID: ::c_int = 0o4_000;
431
-pub const S_ISGID: ::c_int = 0o2_000;
432
-pub const S_ISVTX: ::c_int = 0o1_000;
433
434
// stdlib.h
435
pub const EXIT_SUCCESS: ::c_int = 0;
0 commit comments