Skip to content

Commit fd77a0f

Browse files
committed
fixup
1 parent 0e73a7e commit fd77a0f

File tree

1 file changed

+1
-1
lines changed
  • src/unix/notbsd/linux/musl/b32

1 file changed

+1
-1
lines changed

src/unix/notbsd/linux/musl/b32/mips.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ pub const RLIMIT_NOFILE: ::c_int = 5;
191191
pub const RLIMIT_AS: ::c_int = 6;
192192
pub const RLIMIT_NPROC: ::c_int = 8;
193193
pub const RLIMIT_MEMLOCK: ::c_int = 9;
194-
pub const RLIMIT_NLIMITS: ::c_int = 16;
194+
pub const RLIMIT_NLIMITS: ::c_int = 15;
195195

196196
pub const MCL_CURRENT: ::c_int = 0x0001;
197197
pub const MCL_FUTURE: ::c_int = 0x0002;

0 commit comments

Comments
 (0)