MN10300: Wire up missing system calls

Wire up missing system calls preadv() and pwritev().

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
このコミットが含まれているのは:
David Howells
2009-04-15 19:34:46 +01:00
committed by Linus Torvalds
コミット 76d320a507
2個のファイルの変更4行の追加0行の削除

ファイルの表示

@@ -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__