aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/unistd_64.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-04-06 09:00:16 -0700
committerPaul Mundt <lethal@linux-sh.org>2009-04-06 09:00:16 -0700
commit090fed50ca11e7fe36e69d8cd46069276a40134b (patch)
tree50caab9331e583d2af39c5a353d0b36ccf996573 /arch/sh/include/asm/unistd_64.h
parentsh: sh7785lcr: fix PCI address map for 32-bit mode (diff)
downloadlinux-dev-090fed50ca11e7fe36e69d8cd46069276a40134b.tar.xz
linux-dev-090fed50ca11e7fe36e69d8cd46069276a40134b.zip
sh: wire up sys_preadv/sys_pwritev() syscalls.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/unistd_64.h')
-rw-r--r--arch/sh/include/asm/unistd_64.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/sh/include/asm/unistd_64.h b/arch/sh/include/asm/unistd_64.h
index 7c54e91753c1..6eb9d2934c0f 100644
--- a/arch/sh/include/asm/unistd_64.h
+++ b/arch/sh/include/asm/unistd_64.h
@@ -381,10 +381,12 @@
#define __NR_dup3 358
#define __NR_pipe2 359
#define __NR_inotify_init1 360
+#define __NR_preadv 361
+#define __NR_pwritev 362
#ifdef __KERNEL__
-#define NR_syscalls 361
+#define NR_syscalls 363
#define __ARCH_WANT_IPC_PARSE_VERSION
#define __ARCH_WANT_OLD_READDIR