diff options
Diffstat (limited to 'arch/sh/include/asm/unistd_64.h')
-rw-r--r-- | arch/sh/include/asm/unistd_64.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/sh/include/asm/unistd_64.h b/arch/sh/include/asm/unistd_64.h index 0580c33a1e0..09aa93f9eb7 100644 --- a/arch/sh/include/asm/unistd_64.h +++ b/arch/sh/include/asm/unistd_64.h | |||
@@ -387,10 +387,13 @@ | |||
387 | #define __NR_perf_event_open 364 | 387 | #define __NR_perf_event_open 364 |
388 | #define __NR_recvmmsg 365 | 388 | #define __NR_recvmmsg 365 |
389 | #define __NR_accept4 366 | 389 | #define __NR_accept4 366 |
390 | #define __NR_fanotify_init 367 | ||
391 | #define __NR_fanotify_mark 368 | ||
392 | #define __NR_prlimit64 369 | ||
390 | 393 | ||
391 | #ifdef __KERNEL__ | 394 | #ifdef __KERNEL__ |
392 | 395 | ||
393 | #define NR_syscalls 367 | 396 | #define NR_syscalls 370 |
394 | 397 | ||
395 | #define __ARCH_WANT_IPC_PARSE_VERSION | 398 | #define __ARCH_WANT_IPC_PARSE_VERSION |
396 | #define __ARCH_WANT_OLD_READDIR | 399 | #define __ARCH_WANT_OLD_READDIR |