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