Quellcode durchsuchen

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>
Paul Mundt vor 16 Jahren
Ursprung
Commit
75c936aec0
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      arch/sh/kernel/syscalls_32.S

+ 1 - 1
arch/sh/kernel/syscalls_32.S

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