diff options
author | James Bottomley <James.Bottomley@HansenPartnership.com> | 2011-04-15 11:55:44 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2011-04-15 14:54:39 -0400 |
commit | 1824074b07ee66fa0f714e08579ad85075132d7b (patch) | |
tree | 519ca5ff2792a81e1fa5dfdf7c589734ce882f02 /arch/parisc/include | |
parent | b54cd0d5053633373cd3c374aa203024cbf125a0 (diff) |
[PARISC] wire up fanotify syscalls
Cc: stable@kernel.org
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'arch/parisc/include')
-rw-r--r-- | arch/parisc/include/asm/unistd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/parisc/include/asm/unistd.h b/arch/parisc/include/asm/unistd.h index 3eb82c2a5ec3..09f62a6eb069 100644 --- a/arch/parisc/include/asm/unistd.h +++ b/arch/parisc/include/asm/unistd.h | |||
@@ -814,8 +814,10 @@ | |||
814 | #define __NR_recvmmsg (__NR_Linux + 319) | 814 | #define __NR_recvmmsg (__NR_Linux + 319) |
815 | #define __NR_accept4 (__NR_Linux + 320) | 815 | #define __NR_accept4 (__NR_Linux + 320) |
816 | #define __NR_prlimit64 (__NR_Linux + 321) | 816 | #define __NR_prlimit64 (__NR_Linux + 321) |
817 | #define __NR_fanotify_init (__NR_Linux + 322) | ||
818 | #define __NR_fanotify_mark (__NR_Linux + 323) | ||
817 | 819 | ||
818 | #define __NR_Linux_syscalls (__NR_prlimit64 + 1) | 820 | #define __NR_Linux_syscalls (__NR_fanotify_mark + 1) |
819 | 821 | ||
820 | 822 | ||
821 | #define __IGNORE_select /* newselect */ | 823 | #define __IGNORE_select /* newselect */ |