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/loop_arm.const | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/linux/loop_arm.const') diff --git a/sys/linux/loop_arm.const b/sys/linux/loop_arm.const index 724212113..f2d289eff 100644 --- a/sys/linux/loop_arm.const +++ b/sys/linux/loop_arm.const @@ -29,5 +29,5 @@ LO_FLAGS_PARTSCAN = 8 LO_FLAGS_READ_ONLY = 1 LO_KEY_SIZE = 32 LO_NAME_SIZE = 64 -__NR_ioctl = 9437238 -__NR_openat = 9437506 +__NR_ioctl = 54 +__NR_openat = 322 -- cgit mrf-deployment