summaryrefslogtreecommitdiff
path: root/linux/x86_64/syscallent.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/x86_64/syscallent.h')
-rw-r--r--linux/x86_64/syscallent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/x86_64/syscallent.h b/linux/x86_64/syscallent.h
index 2c2ed24..c58cc82 100644
--- a/linux/x86_64/syscallent.h
+++ b/linux/x86_64/syscallent.h
@@ -293,8 +293,8 @@
{ 3, TD, sys_dup3, "dup3" }, /* 292 */
{ 2, TD, sys_pipe2, "pipe2" }, /* 293 */
{ 1, TD, sys_inotify_init1, "inotify_init1" }, /* 294 */
- { 5, TD, printargs, "preadv" }, /* 295 */
- { 5, TD, printargs, "pwritev" }, /* 296 */
+ { 5, TD, sys_preadv, "preadv" }, /* 295 */
+ { 5, TD, sys_pwritev, "pwritev" }, /* 296 */
{ 4, TP|TS, printargs, "rt_tgsigqueueinfo"}, /* 297 */
{ 5, TD, printargs, "perf_event_open"}, /* 298 */
{ 5, TN, sys_recvmmsg, "recvmmsg" }, /* 299 */