diff options
Diffstat (limited to 'arch/x86/include/asm/unistd_32.h')
-rw-r--r-- | arch/x86/include/asm/unistd_32.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/arch/x86/include/asm/unistd_32.h b/arch/x86/include/asm/unistd_32.h index b7ba19acd3f8..2f6e127db30c 100644 --- a/arch/x86/include/asm/unistd_32.h +++ b/arch/x86/include/asm/unistd_32.h | |||
@@ -346,14 +346,20 @@ | |||
346 | #define __NR_fanotify_init 338 | 346 | #define __NR_fanotify_init 338 |
347 | #define __NR_fanotify_mark 339 | 347 | #define __NR_fanotify_mark 339 |
348 | #define __NR_prlimit64 340 | 348 | #define __NR_prlimit64 340 |
349 | #define __NR_name_to_handle_at 341 | ||
350 | #define __NR_open_by_handle_at 342 | ||
351 | #define __NR_clock_adjtime 343 | ||
352 | #define __NR_syncfs 344 | ||
353 | #define __NR_sendmmsg 345 | ||
354 | #define __NR_setns 346 | ||
349 | 355 | ||
350 | #define __NR_LITMUS 341 | 356 | #define __NR_LITMUS 347 |
351 | 357 | ||
352 | #include "litmus/unistd_32.h" | 358 | #include "litmus/unistd_32.h" |
353 | 359 | ||
354 | #ifdef __KERNEL__ | 360 | #ifdef __KERNEL__ |
355 | 361 | ||
356 | #define NR_syscalls 341 + NR_litmus_syscalls | 362 | #define NR_syscalls 347 + NR_litmus_syscalls |
357 | 363 | ||
358 | #define __ARCH_WANT_IPC_PARSE_VERSION | 364 | #define __ARCH_WANT_IPC_PARSE_VERSION |
359 | #define __ARCH_WANT_OLD_READDIR | 365 | #define __ARCH_WANT_OLD_READDIR |