Commit 76d320a5 authored by David Howells's avatar David Howells Committed by Linus Torvalds

MN10300: Wire up missing system calls

Wire up missing system calls preadv() and pwritev().
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 3bb4e153
......@@ -344,6 +344,8 @@
#define __NR_dup3 331
#define __NR_pipe2 332
#define __NR_inotify_init1 333
#define __NR_preadv 334
#define __NR_pwritev 335
#ifdef __KERNEL__
......
......@@ -723,6 +723,8 @@ ENTRY(sys_call_table)
.long sys_dup3
.long sys_pipe2
.long sys_inotify_init1
.long sys_preadv
.long sys_pwritev /* 335 */
nr_syscalls=(.-sys_call_table)/4
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment