summaryrefslogtreecommitdiff
path: root/arch/sh/include/asm/unistd_32.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-08-16 04:51:18 (GMT)
committerPaul Mundt <lethal@linux-sh.org>2010-08-16 04:51:18 (GMT)
commit3e497df14d3cb900377094f36eeb8c17cec6f795 (patch)
treebd83fe2b2dd8c057a2ebf1dc7ec741b4de0efa8e /arch/sh/include/asm/unistd_32.h
parente583d6b3c25d4ce3867b345782abd7d11a0d384c (diff)
downloadlinux-fsl-qoriq-3e497df14d3cb900377094f36eeb8c17cec6f795.tar.xz
sh: wire up fanotify/prlimit64 syscalls.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/unistd_32.h')
-rw-r--r--arch/sh/include/asm/unistd_32.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/sh/include/asm/unistd_32.h b/arch/sh/include/asm/unistd_32.h
index 0e7f0fc..01183ad 100644
--- a/arch/sh/include/asm/unistd_32.h
+++ b/arch/sh/include/asm/unistd_32.h
@@ -345,8 +345,11 @@
#define __NR_pwritev 334
#define __NR_rt_tgsigqueueinfo 335
#define __NR_perf_event_open 336
+#define __NR_fanotify_init 337
+#define __NR_fanotify_mark 338
+#define __NR_prlimit64 339
-#define NR_syscalls 337
+#define NR_syscalls 340
#ifdef __KERNEL__