summaryrefslogtreecommitdiff
path: root/linux/alpha/syscallent.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:20 +0000
commitcd96f77ef8d493de4a04153f6b205b7718b311c9 (patch)
tree82d1959fe95249848a7e9cbdfd36603a6362ae27 /linux/alpha/syscallent.h
parent6556315493082df9a24dbce9dadea4d6673e9965 (diff)
downloadstrace-cd96f77ef8d493de4a04153f6b205b7718b311c9.tar.gz
strace-cd96f77ef8d493de4a04153f6b205b7718b311c9.tar.bz2
strace-cd96f77ef8d493de4a04153f6b205b7718b311c9.tar.xz
Add TM flag to shmat and shmdt syscall entries
Diffstat (limited to 'linux/alpha/syscallent.h')
-rw-r--r--linux/alpha/syscallent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/alpha/syscallent.h b/linux/alpha/syscallent.h
index 513c074..a472cd5 100644
--- a/linux/alpha/syscallent.h
+++ b/linux/alpha/syscallent.h
@@ -235,9 +235,9 @@
{ 4, TI, printargs, "semop" }, /* 206 */
{ 1, 0, printargs, "osf_utsname" }, /* 207 */
{ 3, TF, sys_chown, "lchown" }, /* 208 */
- { 3, TI, printargs, "osf_shmat" }, /* 209 */
+ { 3, TI|TM, printargs, "osf_shmat" }, /* 209 */
{ 4, TI, sys_shmctl, "shmctl" }, /* 210 */
- { 4, TI, sys_shmdt, "shmdt" }, /* 211 */
+ { 4, TI|TM, sys_shmdt, "shmdt" }, /* 211 */
{ 4, TI, sys_shmget, "shmget" }, /* 212 */
{ 5, 0, printargs, "osf_mvalid" }, /* 213, not implemented */
{ 5, 0, printargs, "osf_getaddressconf" }, /* 214, not implemented */