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 0e73a7e commit fd77a0fCopy full SHA for fd77a0f
src/unix/notbsd/linux/musl/b32/mips.rs
@@ -191,7 +191,7 @@ pub const RLIMIT_NOFILE: ::c_int = 5;
191
pub const RLIMIT_AS: ::c_int = 6;
192
pub const RLIMIT_NPROC: ::c_int = 8;
193
pub const RLIMIT_MEMLOCK: ::c_int = 9;
194
-pub const RLIMIT_NLIMITS: ::c_int = 16;
+pub const RLIMIT_NLIMITS: ::c_int = 15;
195
196
pub const MCL_CURRENT: ::c_int = 0x0001;
197
pub const MCL_FUTURE: ::c_int = 0x0002;
0 commit comments