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 fdd6631 commit cf0bd36Copy full SHA for cf0bd36
src/unix/notbsd/emscripten/mod.rs
@@ -604,7 +604,7 @@ cfg_if! {
604
605
pub const MADV_SOFT_OFFLINE: ::c_int = 101;
606
pub const MS_NOUSER: ::c_ulong = 0x80000000;
607
-pub const MS_RMT_MASK: ::c_ulong = 0x800051;
+pub const MS_RMT_MASK: ::c_ulong = 0x02800051;
608
609
pub const ABDAY_1: ::nl_item = 0x20000;
610
pub const ABDAY_2: ::nl_item = 0x20001;
@@ -1208,7 +1208,7 @@ pub const POSIX_FADV_NOREUSE: ::c_int = 5;
1208
pub const POSIX_MADV_DONTNEED: ::c_int = 0;
1209
1210
pub const RLIM_INFINITY: ::rlim_t = !0;
1211
-pub const RLIMIT_NLIMITS: ::c_int = 16;
+pub const RLIMIT_NLIMITS: ::c_int = 15;
1212
1213
pub const MAP_ANONYMOUS: ::c_int = MAP_ANON;
1214
0 commit comments