diff options
author | Kyle McMartin <kyle@dreadnought.i.jkkm.org> | 2010-10-13 20:35:56 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@dreadnought.i.jkkm.org> | 2010-10-13 20:35:56 -0400 |
commit | caf96194c05cd97ce96546fbcb1f35ec06aaaac7 (patch) | |
tree | c9349e243e046bc0fe38a4f300a808bc5ddcac41 /arch/parisc/include | |
parent | c442ef96bfe1a981d44dd09d49a1eed93b94e82a (diff) | |
download | talos-obmc-linux-caf96194c05cd97ce96546fbcb1f35ec06aaaac7.tar.gz talos-obmc-linux-caf96194c05cd97ce96546fbcb1f35ec06aaaac7.zip |
parisc: add prlimit64 syscall
Signed-off-by: Kyle McMartin <kyle@redhat.com>
Diffstat (limited to 'arch/parisc/include')
-rw-r--r-- | arch/parisc/include/asm/unistd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/parisc/include/asm/unistd.h b/arch/parisc/include/asm/unistd.h index 1ce7d2851d90..3eb82c2a5ec3 100644 --- a/arch/parisc/include/asm/unistd.h +++ b/arch/parisc/include/asm/unistd.h @@ -813,8 +813,9 @@ #define __NR_perf_event_open (__NR_Linux + 318) #define __NR_recvmmsg (__NR_Linux + 319) #define __NR_accept4 (__NR_Linux + 320) +#define __NR_prlimit64 (__NR_Linux + 321) -#define __NR_Linux_syscalls (__NR_accept4 + 1) +#define __NR_Linux_syscalls (__NR_prlimit64 + 1) #define __IGNORE_select /* newselect */ |