From: Roland McGrath Date: Tue, 22 Jul 2008 00:22:04 +0000 (+0000) Subject: 2008-07-18 Andreas Schwab X-Git-Tag: v4.5.18~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=092f0ebfaf5b3994fa31b15c1a8acbdd832d1da2;p=strace 2008-07-18 Andreas Schwab * linux/ia64/syscallent.h: Decode mincore syscall. --- diff --git a/linux/ia64/syscallent.h b/linux/ia64/syscallent.h index a37e025d..1a9c348a 100644 --- a/linux/ia64/syscallent.h +++ b/linux/ia64/syscallent.h @@ -1014,7 +1014,7 @@ { 3, TN, sys_sendmsg, "sendmsg" }, /* 1205 */ { 3, TN, sys_recvmsg, "recvmsg" }, /* 1206 */ { 2, TF, sys_pivotroot, "pivot_root" }, /* 1207 */ - { 3, 0, printargs, "mincore" }, /* 1208 */ + { 3, 0, sys_mincore, "mincore" }, /* 1208 */ { 3, 0, sys_madvise, "madvise" }, /* 1209 */ { 2, TF, sys_stat, "stat" }, /* 1210 */ { 2, 0, sys_lstat, "lstat" }, /* 1211 */