summaryrefslogtreecommitdiff
path: root/linux/mips
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2011-11-26 23:14:40 +0000
committerDmitry V. Levin <ldv@altlinux.org>2011-11-26 23:14:40 +0000
commit1cd2f96a03a570b95f77cb10e4ed4bee839f54a1 (patch)
tree9ea22451c5af5440ae7fb378126902d6692eea74 /linux/mips
parentb11adf3ad297f0855f2068e3500ab9a60a536b60 (diff)
downloadstrace-1cd2f96a03a570b95f77cb10e4ed4bee839f54a1.tar.gz
strace-1cd2f96a03a570b95f77cb10e4ed4bee839f54a1.tar.bz2
strace-1cd2f96a03a570b95f77cb10e4ed4bee839f54a1.tar.xz
Fix prctl syscall entries
* linux/mips/syscallent.h: Fix prctl handler. * linux/tile/syscallent.h: Likewise.
Diffstat (limited to 'linux/mips')
-rw-r--r--linux/mips/syscallent.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/mips/syscallent.h b/linux/mips/syscallent.h
index 557d35d..ddaf232 100644
--- a/linux/mips/syscallent.h
+++ b/linux/mips/syscallent.h
@@ -4194,7 +4194,7 @@
{ 3, 0, sys_nfsservctl, "nfsservctl" }, /* 4189 */
{ 3, 0, sys_setresgid, "setresgid" }, /* 4190 */
{ 3, 0, sys_getresgid, "getresgid" }, /* 4191 */
- { 5, 0, printargs, "prctl" }, /* 4192 */
+ { 5, 0, sys_prctl, "prctl" }, /* 4192 */
{ 1, TS, sys_rt_sigreturn, "rt_sigreturn" }, /* 4193 */
{ 4, TS, sys_rt_sigaction, "rt_sigaction" }, /* 4194 */
{ 4, TS, sys_rt_sigprocmask, "rt_sigprocmask"}, /* 4195 */
@@ -5498,7 +5498,7 @@
{ 0, 0, sys_vhangup, "vhangup" }, /* 5150 */
{ 2, 0, sys_pivotroot, "pivot_root" }, /* 5151 */
{ 1, 0, sys_sysctl, "_sysctl" }, /* 5152 */
- { 5, 0, printargs, "prctl" }, /* 5153 */
+ { 5, 0, sys_prctl, "prctl" }, /* 5153 */
{ 1, 0, sys_adjtimex, "adjtimex" }, /* 5154 */
{ 2, 0, sys_setrlimit, "setrlimit" }, /* 5155 */
{ 1, TF, sys_chroot, "chroot" }, /* 5156 */
@@ -6804,7 +6804,7 @@
{ 0, 0, sys_vhangup, "vhangup" }, /* 6150 */
{ 2, 0, sys_pivotroot, "pivot_root" }, /* 6151 */
{ 1, 0, sys_sysctl, "_sysctl" }, /* 6152 */
- { 5, 0, printargs, "prctl" }, /* 6153 */
+ { 5, 0, sys_prctl, "prctl" }, /* 6153 */
{ 1, 0, sys_adjtimex, "adjtimex" }, /* 6154 */
{ 2, 0, sys_setrlimit, "setrlimit" }, /* 6155 */
{ 1, TF, sys_chroot, "chroot" }, /* 6156 */