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/socket_inet_tcp_arm.const | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/linux/socket_inet_tcp_arm.const') diff --git a/sys/linux/socket_inet_tcp_arm.const b/sys/linux/socket_inet_tcp_arm.const index 058313f98..2a82c78b1 100644 --- a/sys/linux/socket_inet_tcp_arm.const +++ b/sys/linux/socket_inet_tcp_arm.const @@ -40,8 +40,8 @@ TCP_THIN_LINEAR_TIMEOUTS = 16 TCP_TIMESTAMP = 24 TCP_USER_TIMEOUT = 18 TCP_WINDOW_CLAMP = 10 -__NR_getsockopt = 9437479 -__NR_ioctl = 9437238 -__NR_setsockopt = 9437478 -__NR_socket = 9437465 -__NR_socketpair = 9437472 +__NR_getsockopt = 295 +__NR_ioctl = 54 +__NR_setsockopt = 294 +__NR_socket = 281 +__NR_socketpair = 288 -- cgit mrf-deployment