unistd: add __NR_prlimit64 syscall numbers

Add __NR_prlimit64 syscall numbers to asm-generic. Add them also to
asm-x86, both 32 and 64-bit.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: "H. Peter Anvin" <hpa@zytor.com>
This commit is contained in:
Jiri Slaby
2010-05-06 20:17:00 +02:00
committed by Jiri Slaby
parent c022a0acad
commit f33ebbe9da
5 changed files with 9 additions and 2 deletions

View File

@@ -626,9 +626,11 @@ __SYSCALL(__NR_perf_event_open, sys_perf_event_open)
__SYSCALL(__NR_accept4, sys_accept4)
#define __NR_recvmmsg 243
__SYSCALL(__NR_recvmmsg, sys_recvmmsg)
#define __NR_prlimit64 244
__SYSCALL(__NR_prlimit64, sys_prlimit64)
#undef __NR_syscalls
#define __NR_syscalls 244
#define __NR_syscalls 245
/*
* All syscalls below here should go away really,