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>
Wed, 16 Apr 2014 06:46:05 +0000 (02:46 -0400)
commit52d262fa536768ca97100877f6b023ed3ffe5ff0
tree6ced67462efd6464997704e51a6dabdeabf5b817
parent0575c8f7ad2e67c362c14ae6c770e78744fc8246
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.

(cherry picked from commit fcea534e579077e10456f6ed06c033dfaa013a24)
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