diff options
Diffstat (limited to 'include/asm-powerpc/unistd.h')
-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 9e2c9e1c123..eb66eae6616 100644 --- a/include/asm-powerpc/unistd.h +++ b/include/asm-powerpc/unistd.h | |||
@@ -321,10 +321,12 @@ | |||
321 | #define __NR_readlinkat 296 | 321 | #define __NR_readlinkat 296 |
322 | #define __NR_fchmodat 297 | 322 | #define __NR_fchmodat 297 |
323 | #define __NR_faccessat 298 | 323 | #define __NR_faccessat 298 |
324 | #define __NR_get_robust_list 299 | ||
325 | #define __NR_set_robust_list 300 | ||
324 | 326 | ||
325 | #ifdef __KERNEL__ | 327 | #ifdef __KERNEL__ |
326 | 328 | ||
327 | #define __NR_syscalls 299 | 329 | #define __NR_syscalls 301 |
328 | 330 | ||
329 | #define __NR__exit __NR_exit | 331 | #define __NR__exit __NR_exit |
330 | #define NR_syscalls __NR_syscalls | 332 | #define NR_syscalls __NR_syscalls |