diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2010-08-11 11:07:24 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2010-08-13 08:08:37 -0400 |
commit | fad9e93e5490e1f2c54f5e7c8418952bc55200a1 (patch) | |
tree | e227d6f353b74dd3e821c20a213c2ec418bc530e /include/asm-generic | |
parent | b77c49ab6d9bfe4d8207e1df72a1978fdd0a96b8 (diff) |
Add fanotify syscalls to <asm-generic/unistd.h>.
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Cc: Eric Paris <eparis@redhat.com>
Diffstat (limited to 'include/asm-generic')
-rw-r--r-- | include/asm-generic/unistd.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/asm-generic/unistd.h b/include/asm-generic/unistd.h index e1898090f22c..b969770196c2 100644 --- a/include/asm-generic/unistd.h +++ b/include/asm-generic/unistd.h | |||
@@ -642,9 +642,13 @@ __SYSCALL(__NR_recvmmsg, sys_recvmmsg) | |||
642 | __SYSCALL(__NR_wait4, sys_wait4) | 642 | __SYSCALL(__NR_wait4, sys_wait4) |
643 | #define __NR_prlimit64 261 | 643 | #define __NR_prlimit64 261 |
644 | __SYSCALL(__NR_prlimit64, sys_prlimit64) | 644 | __SYSCALL(__NR_prlimit64, sys_prlimit64) |
645 | #define __NR_fanotify_init 262 | ||
646 | __SYSCALL(__NR_fanotify_init, sys_fanotify_init) | ||
647 | #define __NR_fanotify_mark 263 | ||
648 | __SYSCALL(__NR_fanotify_mark, sys_fanotify_mark) | ||
645 | 649 | ||
646 | #undef __NR_syscalls | 650 | #undef __NR_syscalls |
647 | #define __NR_syscalls 262 | 651 | #define __NR_syscalls 264 |
648 | 652 | ||
649 | /* | 653 | /* |
650 | * All syscalls below here should go away really, | 654 | * All syscalls below here should go away really, |