Skip to content

Commit

Permalink
Do not overwrite Redox S_IS constants
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed May 4, 2019
1 parent 3206127 commit 901a0f5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/unix/redox/mod.rs
Expand Up @@ -427,9 +427,6 @@ pub const S_IRWXO: ::c_int = 0o0_007;
pub const S_IROTH: ::c_int = 0o0_004;
pub const S_IWOTH: ::c_int = 0o0_002;
pub const S_IXOTH: ::c_int = 0o0_001;
pub const S_ISUID: ::c_int = 0o4_000;
pub const S_ISGID: ::c_int = 0o2_000;
pub const S_ISVTX: ::c_int = 0o1_000;

// stdlib.h
pub const EXIT_SUCCESS: ::c_int = 0;
Expand Down

0 comments on commit 901a0f5

Please sign in to comment.