summaryrefslogtreecommitdiff
path: root/linux/m68k/syscallent.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/m68k/syscallent.h')
-rw-r--r--linux/m68k/syscallent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/m68k/syscallent.h b/linux/m68k/syscallent.h
index 1568bb6..48b5378 100644
--- a/linux/m68k/syscallent.h
+++ b/linux/m68k/syscallent.h
@@ -357,8 +357,8 @@
{ 3, TD, sys_dup3, "dup3" }, /* 326 */
{ 2, TD, sys_pipe2, "pipe2" }, /* 327 */
{ 1, TD, sys_inotify_init1, "inotify_init1" }, /* 328 */
- { 5, TD, printargs, "preadv" }, /* 329 */
- { 5, TD, printargs, "pwritev" }, /* 330 */
+ { 5, TD, sys_preadv, "preadv" }, /* 329 */
+ { 5, TD, sys_pwritev, "pwritev" }, /* 330 */
{ 4, TP|TS, printargs, "rt_tgsigqueueinfo"}, /* 331 */
{ 5, TD, printargs, "perf_event_open"}, /* 332 */
{ 0, 0, sys_get_thread_area, "get_thread_area"}, /* 333 */