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/tun_arm.const | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/linux/tun_arm.const') diff --git a/sys/linux/tun_arm.const b/sys/linux/tun_arm.const index 4d01676df..3ab1f4bd9 100644 --- a/sys/linux/tun_arm.const +++ b/sys/linux/tun_arm.const @@ -27,5 +27,5 @@ VIRTIO_NET_HDR_GSO_NONE = 0 VIRTIO_NET_HDR_GSO_TCPV4 = 1 VIRTIO_NET_HDR_GSO_TCPV6 = 4 VIRTIO_NET_HDR_GSO_UDP = 3 -__NR_ioctl = 9437238 -__NR_write = 9437188 +__NR_ioctl = 54 +__NR_write = 4 -- cgit mrf-deployment