Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -350,4 +350,4 @@ ENTRY(sys_call_table)
	.long sys_pipe2
	.long sys_inotify_init1
	.long sys_preadv
	.long sys_writev
	.long sys_pwritev