fix RLIMIT_ constants for mips
authorSzabolcs Nagy <nsz@port70.net>
Mon, 14 Apr 2014 15:42:49 +0000 (17:42 +0200)
committerRich Felker <dalias@aerifal.cx>
Tue, 15 Apr 2014 23:17:52 +0000 (19:17 -0400)
commitfcea534e579077e10456f6ed06c033dfaa013a24
tree0d497c14049826bc71012a60e2ba04603e9c3b64
parent96315d27b0e5000d53e09fb915c5066b3d47d3d2
fix RLIMIT_ constants for mips

The mips arch is special in that it uses different RLIMIT_
numbers than other archs, so allow bits/resource.h to override
the default RLIMIT_ numbers (empty on all archs except mips).
Reported by orc.
arch/arm/bits/resource.h [new file with mode: 0644]
arch/i386/bits/resource.h [new file with mode: 0644]
arch/microblaze/bits/resource.h [new file with mode: 0644]
arch/mips/bits/resource.h [new file with mode: 0644]
arch/powerpc/bits/resource.h [new file with mode: 0644]
arch/sh/bits/resource.h [new file with mode: 0644]
arch/x32/bits/resource.h [new file with mode: 0644]
arch/x86_64/bits/resource.h [new file with mode: 0644]
include/sys/resource.h