summaryrefslogtreecommitdiff
path: root/arch/i386
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-02-15 05:42:27 -0500
committerRich Felker <dalias@aerifal.cx>2011-02-15 05:42:27 -0500
commitf7eb91e7952553dc24a734030a6c78f8dc6ed455 (patch)
tree15e212fa4214ba919d02f733c5b266ad1afb71b6 /arch/i386
parent13a026bd79f0024d57b7edf8305d625599d10810 (diff)
downloadmusl-f7eb91e7952553dc24a734030a6c78f8dc6ed455.tar.gz
fix getrlimit handling on 32-bit systems, and ease porting to 64-bit
Diffstat (limited to 'arch/i386')
-rw-r--r--arch/i386/syscall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/i386/syscall.h b/arch/i386/syscall.h
index fcdae241..8df9b1b9 100644
--- a/arch/i386/syscall.h
+++ b/arch/i386/syscall.h
@@ -500,6 +500,8 @@ static inline long syscall6(long n, long a1, long a2, long a3, long a4, long a5,
#define __NR_fstatat __NR_fstatat64
#define __NR_pread __NR_pread64
#define __NR_pwrite __NR_pwrite64
+#undef __NR_getrlimit
+#define __NR_getrlimit __NR_ugetrlimit
#define __SC_socket 1
#define __SC_bind 2