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