summaryrefslogtreecommitdiff
path: root/linux/mips/syscallent-n32.h
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2014-04-29 18:15:43 +0000
committerDmitry V. Levin <ldv@altlinux.org>2014-05-12 20:37:48 +0000
commit985425a30bb5d380e160acde997770067388dc76 (patch)
tree6e94ab08b8057e7b5a16b9d1f24f7a24a1704c71 /linux/mips/syscallent-n32.h
parent10b735a6f9b809ba241ca931a9a452119feebf47 (diff)
downloadstrace-985425a30bb5d380e160acde997770067388dc76.tar.gz
strace-985425a30bb5d380e160acde997770067388dc76.tar.bz2
strace-985425a30bb5d380e160acde997770067388dc76.tar.xz
mips: fix syscall entries that should have TP flag set
Diffstat (limited to 'linux/mips/syscallent-n32.h')
-rw-r--r--linux/mips/syscallent-n32.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/linux/mips/syscallent-n32.h b/linux/mips/syscallent-n32.h
index e2c9308..8d515f6 100644
--- a/linux/mips/syscallent-n32.h
+++ b/linux/mips/syscallent-n32.h
@@ -55,7 +55,7 @@
{ 4, TN, sys_socketpair, "socketpair" }, /* 6052 */
{ 5, TN, sys_setsockopt, "setsockopt" }, /* 6053 */
{ 5, TN, sys_getsockopt, "getsockopt" }, /* 6054 */
- { 2, TP, sys_clone, "clone" }, /* 6055 */
+ { 5, TP, sys_clone, "clone" }, /* 6055 */
{ 0, TP, sys_fork, "fork" }, /* 6056 */
{ 3, TF|TP, sys_execve, "execve" }, /* 6057 */
{ 1, TP, sys_exit, "exit" }, /* 6058 */
@@ -369,11 +369,11 @@
{ 0, 0, printargs, "n32_socketpair" }, /* 6052 */
{ 0, 0, printargs, "n32_setsockopt" }, /* 6053 */
{ 0, 0, printargs, "n32_getsockopt" }, /* 6054 */
- { 0, 0, printargs, "n32_clone" }, /* 6055 */
- { 0, 0, printargs, "n32_fork" }, /* 6056 */
- { 0, 0, printargs, "n32_execve" }, /* 6057 */
- { 0, 0, printargs, "n32_exit" }, /* 6058 */
- { 0, 0, printargs, "n32_wait4" }, /* 6059 */
+ { 5, TP, printargs, "n32_clone" }, /* 6055 */
+ { 0, TP, printargs, "n32_fork" }, /* 6056 */
+ { 3, TF|TP, printargs, "n32_execve" }, /* 6057 */
+ { 1, TP, printargs, "n32_exit" }, /* 6058 */
+ { 4, TP, printargs, "n32_wait4" }, /* 6059 */
{ 0, 0, printargs, "n32_kill" }, /* 6060 */
{ 0, 0, printargs, "n32_uname" }, /* 6061 */
{ 0, 0, printargs, "n32_semget" }, /* 6062 */