diff options
author | James Bottomley <James.Bottomley@HansenPartnership.com> | 2011-04-15 08:55:44 -0700 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2011-04-15 13:54:39 -0500 |
commit | 1824074b07ee66fa0f714e08579ad85075132d7b (patch) | |
tree | 519ca5ff2792a81e1fa5dfdf7c589734ce882f02 /arch/parisc/include/asm/unistd.h | |
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/asm/unistd.h')
-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 3eb82c2a5ec..09f62a6eb06 100644 --- a/arch/parisc/include/asm/unistd.h +++ b/arch/parisc/include/asm/unistd.h @@ -814,8 +814,10 @@ #define __NR_recvmmsg (__NR_Linux + 319) #define __NR_accept4 (__NR_Linux + 320) #define __NR_prlimit64 (__NR_Linux + 321) +#define __NR_fanotify_init (__NR_Linux + 322) +#define __NR_fanotify_mark (__NR_Linux + 323) -#define __NR_Linux_syscalls (__NR_prlimit64 + 1) +#define __NR_Linux_syscalls (__NR_fanotify_mark + 1) #define __IGNORE_select /* newselect */ |