Browse Source

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>
Chris Metcalf 15 years ago
parent
commit
fad9e93e54
1 changed files with 5 additions and 1 deletions
  1. 5 1
      include/asm-generic/unistd.h

+ 5 - 1
include/asm-generic/unistd.h

@@ -642,9 +642,13 @@ __SYSCALL(__NR_recvmmsg, sys_recvmmsg)
 __SYSCALL(__NR_wait4, sys_wait4)
 __SYSCALL(__NR_wait4, sys_wait4)
 #define __NR_prlimit64 261
 #define __NR_prlimit64 261
 __SYSCALL(__NR_prlimit64, sys_prlimit64)
 __SYSCALL(__NR_prlimit64, sys_prlimit64)
+#define __NR_fanotify_init 262
+__SYSCALL(__NR_fanotify_init, sys_fanotify_init)
+#define __NR_fanotify_mark 263
+__SYSCALL(__NR_fanotify_mark, sys_fanotify_mark)
 
 
 #undef __NR_syscalls
 #undef __NR_syscalls
-#define __NR_syscalls 262
+#define __NR_syscalls 264
 
 
 /*
 /*
  * All syscalls below here should go away really,
  * All syscalls below here should go away really,