sh: Fix sys_pwritev() syscall table entry for sh32.
authorPaul Mundt <lethal@linux-sh.org>
Thu, 11 Jun 2009 06:33:53 +0000 (09:33 +0300)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 11 Jun 2009 06:33:53 +0000 (09:33 +0300)
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>

No differences found