summaryrefslogtreecommitdiff
path: root/linux/bfin/syscallent.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/bfin/syscallent.h')
-rw-r--r--linux/bfin/syscallent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/bfin/syscallent.h b/linux/bfin/syscallent.h
index 64db1a9..f10d973 100644
--- a/linux/bfin/syscallent.h
+++ b/linux/bfin/syscallent.h
@@ -364,9 +364,9 @@
{ 4, TI, sys_msgget, "msgget" }, /* 335 */
{ 4, TI, sys_msgrcv, "msgrcv" }, /* 336 */
{ 4, TI, sys_msgsnd, "msgsnd" }, /* 337 */
- { 4, TI, sys_shmat, "shmat" }, /* 338 */
+ { 4, TI|TM, sys_shmat, "shmat" }, /* 338 */
{ 4, TI, sys_shmctl, "shmctl" }, /* 339 */
- { 4, TI, sys_shmdt, "shmdt" }, /* 340 */
+ { 4, TI|TM, sys_shmdt, "shmdt" }, /* 340 */
{ 4, TI, sys_shmget, "shmget" }, /* 341 */
{ 6, TD, sys_splice, "splice" }, /* 342 */
{ 6, TD, sys_sync_file_range, "sync_file_range" }, /* 343 */