Skip to content

Commit 088b41f

Browse files
committed
Add MCL_ONFAULT for android targets
1 parent cd114ad commit 088b41f

File tree

1 file changed

+1
-0
lines changed
  • src/unix/linux_like/android

1 file changed

+1
-0
lines changed

src/unix/linux_like/android/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1707,6 +1707,7 @@ pub const REG_BACKR: ::c_int = 1024;
17071707

17081708
pub const MCL_CURRENT: ::c_int = 0x0001;
17091709
pub const MCL_FUTURE: ::c_int = 0x0002;
1710+
pub const MCL_ONFAULT: ::c_int = 0x0002;
17101711

17111712
pub const CBAUD: ::tcflag_t = 0o0010017;
17121713
pub const TAB1: ::tcflag_t = 0x00000800;

0 commit comments

Comments
 (0)