aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/key_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/key_arm.const
parent1ad2f8f9d2fc640b2a5b2ca89d05451ea6bc8178 (diff)
executor: move arm syscall fixup to syz-extract
Diffstat (limited to 'sys/linux/key_arm.const')
-rw-r--r--sys/linux/key_arm.const6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/linux/key_arm.const b/sys/linux/key_arm.const
index a55c566b4..da7727450 100644
--- a/sys/linux/key_arm.const
+++ b/sys/linux/key_arm.const
@@ -66,6 +66,6 @@ KEY_USR_SEARCH = 524288
KEY_USR_SETATTR = 2097152
KEY_USR_VIEW = 65536
KEY_USR_WRITE = 262144
-__NR_add_key = 9437493
-__NR_keyctl = 9437495
-__NR_request_key = 9437494
+__NR_add_key = 309
+__NR_keyctl = 311
+__NR_request_key = 310