From fcea534e579077e10456f6ed06c033dfaa013a24 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Mon, 14 Apr 2014 17:42:49 +0200 Subject: 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/microblaze/bits/resource.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 arch/microblaze/bits/resource.h (limited to 'arch/microblaze') diff --git a/arch/microblaze/bits/resource.h b/arch/microblaze/bits/resource.h new file mode 100644 index 00000000..e69de29b -- cgit v1.2.1