summaryrefslogtreecommitdiff
path: root/linux/arm
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2011-11-25 19:27:23 +0000
committerDmitry V. Levin <ldv@altlinux.org>2011-11-25 19:27:23 +0000
commit454dcd458aa0f8ebe6838c1835d779739a9cca77 (patch)
treea10c7ddcf6003d3f40e12b9ae5f1f5a6e8a6e1d6 /linux/arm
parent594399d8ebb039bf29e6f48c63b400551d4e79cc (diff)
downloadstrace-454dcd458aa0f8ebe6838c1835d779739a9cca77.tar.gz
strace-454dcd458aa0f8ebe6838c1835d779739a9cca77.tar.bz2
strace-454dcd458aa0f8ebe6838c1835d779739a9cca77.tar.xz
Add TRACE_IPC flag to sys_ipc syscall entries
* linux/arm/syscallent.h: Add TI flag to sys_ipc entry. * linux/avr32/syscallent.h: Likewise. * linux/bfin/syscallent.h: Likewise. * linux/i386/syscallent.h: Likewise. * linux/m68k/syscallent.h: Likewise. * linux/microblaze/syscallent.h: Likewise. * linux/mips/syscallent.h: Likewise. * linux/powerpc/syscallent.h: Likewise. * linux/s390/syscallent.h: Likewise. * linux/s390x/syscallent.h: Likewise. * linux/sh/syscallent.h: Likewise. * linux/sh64/syscallent.h: Likewise. * linux/sparc/syscallent.h: Likewise.
Diffstat (limited to 'linux/arm')
-rw-r--r--linux/arm/syscallent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/arm/syscallent.h b/linux/arm/syscallent.h
index 784eaf7..2ea24a8 100644
--- a/linux/arm/syscallent.h
+++ b/linux/arm/syscallent.h
@@ -145,7 +145,7 @@
{ 4, TP, sys_wait4, "wait4" }, /* 114 */
{ 1, TF, sys_swapoff, "swapoff" }, /* 115 */
{ 1, 0, sys_sysinfo, "sysinfo" }, /* 116 */
- { 6, 0, sys_ipc, "ipc" }, /* 117 */
+ { 6, TI, sys_ipc, "ipc" }, /* 117 */
{ 1, 0, sys_fsync, "fsync" }, /* 118 */
{ 0, TS, sys_sigreturn, "sigreturn" }, /* 119 */
{ 5, TP, sys_clone, "clone" }, /* 120 */