Skip to content

Commit

Permalink
sh: Fix sys_pwritev() syscall table entry for sh32.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt committed Jun 11, 2009
1 parent 4c7c997 commit 75c936a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/kernel/syscalls_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -350,4 +350,4 @@ ENTRY(sys_call_table)
.long sys_pipe2
.long sys_inotify_init1
.long sys_preadv
.long sys_writev
.long sys_pwritev

0 comments on commit 75c936a

Please sign in to comment.