projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b77c49a
)
Add fanotify syscalls to <asm-generic/unistd.h>.
author
Chris Metcalf
<cmetcalf@tilera.com>
Wed, 11 Aug 2010 15:07:24 +0000
(11:07 -0400)
committer
Chris Metcalf
<cmetcalf@tilera.com>
Fri, 13 Aug 2010 12:08:37 +0000
(08:08 -0400)
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>
include/asm-generic/unistd.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-generic/unistd.h
b/include/asm-generic/unistd.h
index e1898090f22c88cf2eaaa09bb2f7ade8edf6eba9..b969770196c2194ae5f259228b2edce69418b3dd 100644
(file)
--- a/
include/asm-generic/unistd.h
+++ b/
include/asm-generic/unistd.h
@@
-642,9
+642,13
@@
__SYSCALL(__NR_recvmmsg, sys_recvmmsg)
__SYSCALL(__NR_wait4, sys_wait4)
#define __NR_prlimit64 261
__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
-#define __NR_syscalls 26
2
+#define __NR_syscalls 26
4
/*
* All syscalls below here should go away really,