summaryrefslogtreecommitdiff
path: root/linux/sh/syscallent.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/sh/syscallent.h')
-rw-r--r--linux/sh/syscallent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/sh/syscallent.h b/linux/sh/syscallent.h
index ed5812d..17afc36 100644
--- a/linux/sh/syscallent.h
+++ b/linux/sh/syscallent.h
@@ -478,7 +478,7 @@
{ 4, 0, printargs, "ipc_subcall" }, /* 438 */
{ 4, 0, printargs, "ipc_subcall" }, /* 439 */
{ 4, 0, printargs, "ipc_subcall" }, /* 440 */
- { 4, TI, sys_shmat, "shmat" }, /* 441 */
- { 4, TI, sys_shmdt, "shmdt" }, /* 442 */
+ { 4, TI|TM, sys_shmat, "shmat" }, /* 441 */
+ { 4, TI|TM, sys_shmdt, "shmdt" }, /* 442 */
{ 4, TI, sys_shmget, "shmget" }, /* 443 */
{ 4, TI, sys_shmctl, "shmctl" }, /* 444 */