diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-05-23 07:46:40 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-05-23 10:35:32 -0700 |
commit | 0f0410823792ae0ecb45f2578598b115835ffdbb (patch) | |
tree | b20f362f34757b8d612d8f1c2740fca5f329d93e /include/asm-powerpc | |
parent | b471f55427ee94d6de2b33b88a7409f8cbc6b5dc (diff) | |
download | linux-3.10-0f0410823792ae0ecb45f2578598b115835ffdbb.tar.gz linux-3.10-0f0410823792ae0ecb45f2578598b115835ffdbb.tar.bz2 linux-3.10-0f0410823792ae0ecb45f2578598b115835ffdbb.zip |
[PATCH] powerpc: wire up sys_[gs]et_robust_list
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Paul Mackerras <paulus@samba.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/unistd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-powerpc/unistd.h b/include/asm-powerpc/unistd.h index 908acb44cb8..edde2462bf5 100644 --- a/include/asm-powerpc/unistd.h +++ b/include/asm-powerpc/unistd.h @@ -321,8 +321,10 @@ #define __NR_readlinkat 296 #define __NR_fchmodat 297 #define __NR_faccessat 298 +#define __NR_get_robust_list 299 +#define __NR_set_robust_list 300 -#define __NR_syscalls 299 +#define __NR_syscalls 301 #ifdef __KERNEL__ #define __NR__exit __NR_exit |