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/loop_arm.const | |
| parent | 1ad2f8f9d2fc640b2a5b2ca89d05451ea6bc8178 (diff) | |
executor: move arm syscall fixup to syz-extract
Diffstat (limited to 'sys/linux/loop_arm.const')
| -rw-r--r-- | sys/linux/loop_arm.const | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/linux/loop_arm.const b/sys/linux/loop_arm.const index 724212113..f2d289eff 100644 --- a/sys/linux/loop_arm.const +++ b/sys/linux/loop_arm.const @@ -29,5 +29,5 @@ LO_FLAGS_PARTSCAN = 8 LO_FLAGS_READ_ONLY = 1 LO_KEY_SIZE = 32 LO_NAME_SIZE = 64 -__NR_ioctl = 9437238 -__NR_openat = 9437506 +__NR_ioctl = 54 +__NR_openat = 322 |
