Skip to content

Commit 901a0f5

Browse files
committed
Do not overwrite Redox S_IS constants
1 parent 3206127 commit 901a0f5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/unix/redox/mod.rs

-3
Original file line numberDiff line numberDiff line change
@@ -427,9 +427,6 @@ pub const S_IRWXO: ::c_int = 0o0_007;
427427
pub const S_IROTH: ::c_int = 0o0_004;
428428
pub const S_IWOTH: ::c_int = 0o0_002;
429429
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;
433430

434431
// stdlib.h
435432
pub const EXIT_SUCCESS: ::c_int = 0;

0 commit comments

Comments
 (0)