]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/asm-generic/unistd.h
Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux
[mv-sheeva.git] / include / asm-generic / unistd.h
index c17cebc499522d160eacb93807593112e23673ca..e1898090f22c88cf2eaaa09bb2f7ade8edf6eba9 100644 (file)
@@ -640,9 +640,11 @@ __SYSCALL(__NR_recvmmsg, sys_recvmmsg)
 
 #define __NR_wait4 260
 __SYSCALL(__NR_wait4, sys_wait4)
+#define __NR_prlimit64 261
+__SYSCALL(__NR_prlimit64, sys_prlimit64)
 
 #undef __NR_syscalls
-#define __NR_syscalls 261
+#define __NR_syscalls 262
 
 /*
  * All syscalls below here should go away really,