diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-11-22 10:34:47 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-11-22 10:34:47 +0100 |
| commit | ae8da4a43e08e1d66146c9a9c3646009ca59536b (patch) | |
| tree | a1aee56c811718db940460667f918e36f27b2c9e /sys/linux/socket_inet_dccp_arm.const | |
| parent | 1ad2f8f9d2fc640b2a5b2ca89d05451ea6bc8178 (diff) | |
executor: move arm syscall fixup to syz-extract
Diffstat (limited to 'sys/linux/socket_inet_dccp_arm.const')
| -rw-r--r-- | sys/linux/socket_inet_dccp_arm.const | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/linux/socket_inet_dccp_arm.const b/sys/linux/socket_inet_dccp_arm.const index 33581a801..80916176e 100644 --- a/sys/linux/socket_inet_dccp_arm.const +++ b/sys/linux/socket_inet_dccp_arm.const @@ -19,7 +19,7 @@ DCCP_SOCKOPT_SERVICE = 2 DCCP_SOCKOPT_TX_CCID = 14 IPPROTO_DCCP = 33 SOCK_DCCP = 6 -__NR_getsockopt = 9437479 -__NR_setsockopt = 9437478 -__NR_socket = 9437465 -__NR_socketpair = 9437472 +__NR_getsockopt = 295 +__NR_setsockopt = 294 +__NR_socket = 281 +__NR_socketpair = 288 |
