Skip to content

Commit

Permalink
Fix typo in android module
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Oct 11, 2023
1 parent 088b41f commit 6b668f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/linux_like/android/mod.rs
Expand Up @@ -1707,7 +1707,7 @@ pub const REG_BACKR: ::c_int = 1024;

pub const MCL_CURRENT: ::c_int = 0x0001;
pub const MCL_FUTURE: ::c_int = 0x0002;
pub const MCL_ONFAULT: ::c_int = 0x0002;
pub const MCL_ONFAULT: ::c_int = 0x0004;

pub const CBAUD: ::tcflag_t = 0o0010017;
pub const TAB1: ::tcflag_t = 0x00000800;
Expand Down

0 comments on commit 6b668f5

Please sign in to comment.