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_bluetooth_arm.const | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sys/linux/socket_bluetooth_arm.const') diff --git a/sys/linux/socket_bluetooth_arm.const b/sys/linux/socket_bluetooth_arm.const index 2a129b03b..7243a3a29 100644 --- a/sys/linux/socket_bluetooth_arm.const +++ b/sys/linux/socket_bluetooth_arm.const @@ -82,9 +82,9 @@ SOL_RFCOMM = 18 SOL_SCO = 17 TIOCINQ = 21531 TIOCOUTQ = 21521 -__NR_bind = 9437466 -__NR_connect = 9437467 -__NR_getsockopt = 9437479 -__NR_ioctl = 9437238 -__NR_setsockopt = 9437478 -__NR_socket = 9437465 +__NR_bind = 282 +__NR_connect = 283 +__NR_getsockopt = 295 +__NR_ioctl = 54 +__NR_setsockopt = 294 +__NR_socket = 281 -- cgit mrf-deployment