From ae8da4a43e08e1d66146c9a9c3646009ca59536b Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 22 Nov 2017 10:34:47 +0100 Subject: executor: move arm syscall fixup to syz-extract --- sys/linux/sndseq_arm.const | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/linux/sndseq_arm.const') diff --git a/sys/linux/sndseq_arm.const b/sys/linux/sndseq_arm.const index 9868a455e..2f1e42fc0 100644 --- a/sys/linux/sndseq_arm.const +++ b/sys/linux/sndseq_arm.const @@ -94,5 +94,5 @@ SNDRV_TIMER_SCLASS_NONE = 0 SNDRV_TIMER_SCLASS_OSS_SEQUENCER = 3 SNDRV_TIMER_SCLASS_SEQUENCER = 2 USER_CLIENT = 1 -__NR_ioctl = 9437238 -__NR_write = 9437188 +__NR_ioctl = 54 +__NR_write = 4 -- cgit mrf-deployment