diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-04-06 09:00:16 -0700 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-06 09:00:16 -0700 |
commit | 090fed50ca11e7fe36e69d8cd46069276a40134b (patch) | |
tree | 50caab9331e583d2af39c5a353d0b36ccf996573 /arch/sh/include/asm/unistd_32.h | |
parent | 9bb019f4c25a426deab26c9d1c67c8914bb4424f (diff) |
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_32.h')
-rw-r--r-- | arch/sh/include/asm/unistd_32.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/sh/include/asm/unistd_32.h b/arch/sh/include/asm/unistd_32.h index d52c000cf92..2efb819e2db 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__ |