aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include/asm/unistd.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-05-26 04:55:38 -0400
committerMike Frysinger <vapier@gentoo.org>2009-05-27 00:27:00 -0400
commit7a1450fdf4c69961f3926352fd8bc4ea19676756 (patch)
treeb81dfbbb1b459075834b3edf4b250762b8bec01e /arch/blackfin/include/asm/unistd.h
parentcd86a536c81e9300d984327517548ca0652eebf9 (diff)
Blackfin: hook up preadv/pwritev syscalls
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/include/asm/unistd.h')
-rw-r--r--arch/blackfin/include/asm/unistd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/blackfin/include/asm/unistd.h b/arch/blackfin/include/asm/unistd.h
index 1e57b636e0bc..cf5066d3efd2 100644
--- a/arch/blackfin/include/asm/unistd.h
+++ b/arch/blackfin/include/asm/unistd.h
@@ -378,8 +378,10 @@
378#define __NR_dup3 363 378#define __NR_dup3 363
379#define __NR_pipe2 364 379#define __NR_pipe2 364
380#define __NR_inotify_init1 365 380#define __NR_inotify_init1 365
381#define __NR_preadv 366
382#define __NR_pwritev 367
381 383
382#define __NR_syscall 366 384#define __NR_syscall 368
383#define NR_syscalls __NR_syscall 385#define NR_syscalls __NR_syscall
384 386
385/* Old optional stuff no one actually uses */ 387/* Old optional stuff no one actually uses */