Commit 75c936ae authored by Paul Mundt's avatar Paul Mundt

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: default avatarPaul Mundt <lethal@linux-sh.org>
parent 4c7c9978
......@@ -350,4 +350,4 @@ ENTRY(sys_call_table)
.long sys_pipe2
.long sys_inotify_init1
.long sys_preadv
.long sys_writev
.long sys_pwritev
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