summaryrefslogtreecommitdiff
path: root/linux/avr32/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/avr32/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/avr32/syscallent.h')
-rw-r--r--linux/avr32/syscallent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/avr32/syscallent.h b/linux/avr32/syscallent.h
index 527d11a..939e556 100644
--- a/linux/avr32/syscallent.h
+++ b/linux/avr32/syscallent.h
@@ -299,9 +299,9 @@
{ 4, TI, sys_semop, "semop" }, /* 271 */
{ 4, TI, sys_semctl, "semctl" }, /* 272 */
{ 5, TI, sys_semtimedop, "semtimedop" }, /* 273 */
- { 4, TI, sys_shmat, "shmat" }, /* 274 */
+ { 4, TI|TM, sys_shmat, "shmat" }, /* 274 */
{ 4, TI, sys_shmget, "shmget" }, /* 275 */
- { 4, TI, sys_shmdt, "shmdt" }, /* 276 */
+ { 4, TI|TM, sys_shmdt, "shmdt" }, /* 276 */
{ 4, TI, sys_shmctl, "shmctl" }, /* 277 */
{ 4, TD|TF, sys_utimensat, "utimensat" }, /* 278 */
{ 3, TD|TS, sys_signalfd, "signalfd" }, /* 279 */