aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/ipc_arm.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-11-22 10:34:47 +0100
committerDmitry Vyukov <dvyukov@google.com>2017-11-22 10:34:47 +0100
commitae8da4a43e08e1d66146c9a9c3646009ca59536b (patch)
treea1aee56c811718db940460667f918e36f27b2c9e /sys/linux/ipc_arm.const
parent1ad2f8f9d2fc640b2a5b2ca89d05451ea6bc8178 (diff)
executor: move arm syscall fixup to syz-extract
Diffstat (limited to 'sys/linux/ipc_arm.const')
-rw-r--r--sys/linux/ipc_arm.const24
1 files changed, 12 insertions, 12 deletions
diff --git a/sys/linux/ipc_arm.const b/sys/linux/ipc_arm.const
index 350717415..8bdfe4934 100644
--- a/sys/linux/ipc_arm.const
+++ b/sys/linux/ipc_arm.const
@@ -41,15 +41,15 @@ S_IWUSR = 128
S_IXGRP = 8
S_IXOTH = 1
S_IXUSR = 64
-__NR_msgctl = 9437488
-__NR_msgget = 9437487
-__NR_msgrcv = 9437486
-__NR_msgsnd = 9437485
-__NR_semctl = 9437484
-__NR_semget = 9437483
-__NR_semop = 9437482
-__NR_semtimedop = 9437496
-__NR_shmat = 9437489
-__NR_shmctl = 9437492
-__NR_shmdt = 9437490
-__NR_shmget = 9437491
+__NR_msgctl = 304
+__NR_msgget = 303
+__NR_msgrcv = 302
+__NR_msgsnd = 301
+__NR_semctl = 300
+__NR_semget = 299
+__NR_semop = 298
+__NR_semtimedop = 312
+__NR_shmat = 305
+__NR_shmctl = 308
+__NR_shmdt = 306
+__NR_shmget = 307