summaryrefslogtreecommitdiff
path: root/linux/hppa/syscallent.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/hppa/syscallent.h')
-rw-r--r--linux/hppa/syscallent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/hppa/syscallent.h b/linux/hppa/syscallent.h
index 21e4ae7..044b487 100644
--- a/linux/hppa/syscallent.h
+++ b/linux/hppa/syscallent.h
@@ -194,8 +194,8 @@
{ 4, TI, sys_msgrcv, "msgrcv" }, /* 189 */
{ 4, TI, sys_msgget, "msgget" }, /* 190 */
{ 4, TI, sys_msgctl, "msgctl" }, /* 191 */
- { 3, TI, sys_shmat, "shmat" }, /* 192 */
- { 1, TI, sys_shmdt, "shmdt" }, /* 193 */
+ { 3, TI|TM, sys_shmat, "shmat" }, /* 192 */
+ { 1, TI|TM, sys_shmdt, "shmdt" }, /* 193 */
{ 3, TI, sys_shmget, "shmget" }, /* 194 */
{ 3, TI, sys_shmctl, "shmctl" }, /* 195 */
{ 5, 0, sys_getpmsg, "getpmsg" }, /* 196 */