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/tty_arm.const | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/linux/tty_arm.const') diff --git a/sys/linux/tty_arm.const b/sys/linux/tty_arm.const index fe5f10f4d..4d659153e 100644 --- a/sys/linux/tty_arm.const +++ b/sys/linux/tty_arm.const @@ -78,5 +78,5 @@ VT_RESIZE = 22025 VT_RESIZEX = 22026 VT_SETMODE = 22018 VT_WAITACTIVE = 22023 -__NR_ioctl = 9437238 -__NR_openat = 9437506 +__NR_ioctl = 54 +__NR_openat = 322 -- cgit mrf-deployment