commit | 090fed50ca11e7fe36e69d8cd46069276a40134b | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Apr 06 09:00:16 2009 -0700 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Apr 06 09:00:16 2009 -0700 |
tree | 50caab9331e583d2af39c5a353d0b36ccf996573 | |
parent | 9bb019f4c25a426deab26c9d1c67c8914bb4424f [diff] [blame] |
sh: wire up sys_preadv/sys_pwritev() syscalls. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/include/asm/unistd_32.h b/arch/sh/include/asm/unistd_32.h index d52c000..2efb819 100644 --- a/arch/sh/include/asm/unistd_32.h +++ b/arch/sh/include/asm/unistd_32.h
@@ -341,8 +341,10 @@ #define __NR_dup3 330 #define __NR_pipe2 331 #define __NR_inotify_init1 332 +#define __NR_preadv 333 +#define __NR_pwritev 334 -#define NR_syscalls 333 +#define NR_syscalls 335 #ifdef __KERNEL__