aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic
diff options
context:
space:
mode:
authorJiri Slaby <jslaby@suse.cz>2010-05-06 14:17:00 -0400
committerJiri Slaby <jirislaby@gmail.com>2010-07-16 03:52:32 -0400
commitf33ebbe9da2c3c24664a0ad4f8fd83f293547e63 (patch)
treea72f6137188554b741e1b368a079347d3e4ca880 /include/asm-generic
parentc022a0acad534fd5f5d5f17280f6d4d135e74e81 (diff)
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>
Diffstat (limited to 'include/asm-generic')
-rw-r--r--include/asm-generic/unistd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-generic/unistd.h b/include/asm-generic/unistd.h
index 6a0b30f78a62..0dfd517e5ec9 100644
--- a/include/asm-generic/unistd.h
+++ b/include/asm-generic/unistd.h
@@ -626,9 +626,11 @@ __SYSCALL(__NR_perf_event_open, sys_perf_event_open)
626__SYSCALL(__NR_accept4, sys_accept4) 626__SYSCALL(__NR_accept4, sys_accept4)
627#define __NR_recvmmsg 243 627#define __NR_recvmmsg 243
628__SYSCALL(__NR_recvmmsg, sys_recvmmsg) 628__SYSCALL(__NR_recvmmsg, sys_recvmmsg)
629#define __NR_prlimit64 244
630__SYSCALL(__NR_prlimit64, sys_prlimit64)
629 631
630#undef __NR_syscalls 632#undef __NR_syscalls
631#define __NR_syscalls 244 633#define __NR_syscalls 245
632 634
633/* 635/*
634 * All syscalls below here should go away really, 636 * All syscalls below here should go away really,