dect
/
linux-2.6
Archived
13
0
Fork 0

sh: Fix sys_pwritev() syscall table entry for sh32.

There was a typo here that had this as sys_writev() instead of
sys_pwritev(), fix this up. sh64 got this right, as did the preadv()
case.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt 2009-06-11 09:33:53 +03:00
parent 4c7c997886
commit 75c936aec0
1 changed files with 1 additions and 1 deletions

View File

@ -350,4 +350,4 @@ ENTRY(sys_call_table)
.long sys_pipe2
.long sys_inotify_init1
.long sys_preadv
.long sys_writev
.long sys_pwritev