summaryrefslogtreecommitdiff
path: root/linux/arc/syscallent.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/arc/syscallent.h')
-rw-r--r--linux/arc/syscallent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/arc/syscallent.h b/linux/arc/syscallent.h
index fd3171a..e51a5e2 100644
--- a/linux/arc/syscallent.h
+++ b/linux/arc/syscallent.h
@@ -194,8 +194,8 @@
{ 3, TI, sys_semop, "semop" }, /* 193 */
{ 3, TI, sys_shmget, "shmget" }, /* 194 */
{ 3, TI, sys_shmctl, "shmctl" }, /* 195 */
- { 3, TI, sys_shmat, "shmat" }, /* 196 */
- { 1, TI, sys_shmdt, "shmdt" }, /* 197 */
+ { 3, TI|TM, sys_shmat, "shmat" }, /* 196 */
+ { 1, TI|TM, sys_shmdt, "shmdt" }, /* 197 */
{ 3, TN, sys_socket, "socket" }, /* 198 */
{ 4, TN, sys_socketpair, "socketpair" }, /* 199 */
{ 3, TN, sys_bind, "bind" }, /* 200 */